@extends('layouts.admin') @section('content')

{{ __('Update Subscription Package') }}

@method('PUT') @csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('monthly_price')) {{ $errors->first('monthly_price') }} @endif
@if ($errors->has('discounted_monthly_price')) {{ $errors->first('discounted_monthly_price') }} @endif
@if ($errors->has('yearly_price')) {{ $errors->first('yearly_price') }} @endif
@if ($errors->has('discounted_yearly_price')) {{ $errors->first('discounted_yearly_price') }} @endif
@if ($errors->has('course')) {{ $errors->first('course') }} @endif
@if ($errors->has('bundle_course')) {{ $errors->first('bundle_course') }} @endif
@if ($errors->has('consultancy')) {{ $errors->first('consultancy') }} @endif
@if ($errors->has('device')) {{ $errors->first('device') }} @endif
@if ($errors->has('in_home')) {{ $errors->first('in_home') }} @endif
@if ($errors->has('recommended')) {{ $errors->first('recommended') }} @endif
@if ($errors->has('description')) {{ $errors->first('order') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if($subscription->icon) img @else No img @endif

{{__('Image')}}

@if ($errors->has('icon')) {{ $errors->first('icon') }} @endif

{{ __('Accepted Image Files') }}: JPEG, JPG, PNG
{{ __('Accepted Size') }}: 80 x 80 (300KB)

@endsection @push('style') @endpush @push('script') @endpush