@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Course') }}
{{ csrf_field() }} {{ method_field('PUT') }}

@php $languages = App\CourseLanguage::all(); @endphp
@php $ref_policy = App\RefundPolicy::all(); @endphp
@if(Auth::User()->role == "admin")
@endif @if(Auth::User()->role == "instructor")
@endif



@if(Auth::User()->role == "admin")


@endif

({{ __('Select those countries where you want to block courses')}} )

{{-- --}}



@if(Auth::User()->role == "admin")
@endif
@if(Auth::User()->role == "admin")
@endif




{{ __('Upload') }}
@if($cor->video !="") @endif
preview_type =="video") class="display-none" @endif id="document2">


{{ __('If enabled duration can be in months') }}.
{{ __('when Disabled duration can be in days') }}.

@if(Auth::user()->role == 'instructor')

{{ __('Upload') }}
@if($cor['preview_image'] !== NULL && $cor['preview_image'] !== '') @else course @endif
@endif @if(Auth::user()->role == 'admin')
{{ __('Browse') }}
({{ __('Choose Image for post') }})
@if($cor['preview_image'] !== NULL && $cor['preview_image'] !== '') @else course @endif
@endif
@if(Auth::User()->role == "admin")
@endif



{{ __('To enable assignment on portal') }}




{{ __('To release content on chapter & classes by a specific date or amount of days after enrollment') }}.



@section('scripts') @endsection