@extends(getTemplate().'.user.layout.sendvideolayout') @section('pages')

Course: {{ $item->title }}

{{ csrf_field() }}

Leave empty if course is FREE

@if(Auth::user()->admin == 1)
@endif
@if(get_option('adobe_captivate') == 1)
@endif

Redirect links

(optional) This is the link to redirect to after user makes payment.
Eg. Your email list form.
Remember to redirect them back to the course from that site



(optional) Link to redirect the user to after user completes course.
Eg. another course





Add countdown timer (optional)








Course Details

{{ csrf_field() }}
{{ csrf_field() }}

{{ trans('main.tags_header') }}

{{ trans('main.filters_header') }}

@foreach($menus as $menu)
@foreach($menu->filters as $filter)
{{ $filter->filter }}

@endforeach
@endforeach
{{ csrf_field() }}
{{-- --}} price != null && $item->price == 0) checked="checked" @endif />
post == 1) checked="checked" @endif />
support == 1) checked="checked" @endif />
download == 1) checked="checked" @endif />
{{ csrf_field() }}
price === 0) disabled @endif> {{ currencySign() }}
post != 1) disabled @endif> {{ currencySign() }}
{{ csrf_field() }}
{{ currencySign() }}
{{ currencySign() }}
{{ currencySign() }}
{{ currencySign() }}

{{ trans('main.prerequisites_desc') }}

{{ trans('main.select_prerequisites') }}
{{ csrf_field() }}
{{--
--}}
@if($item->mode != 'publish') @endif
@endsection @section('script') @endsection