{{ $c->title }} | |
Price | {{ $c->price }} |
Discount Price | @if($c->discount_price) {{ $c->discount_price }} @else @endif |
{{ __('Language')}} |
{{ $lang->name }} |
{{ __('Last updated at')}} |
{{ date('d-M-Y', strtotime($c->updated_at)); }} |
{{ __('Duration end time')}} |
@if($c->duration && $c->duration_type) {{ $c->duration }} {{ $c->duration_type }} @else {{ __('Life time')}} @endif |
{{ __('Requirements')}} |
{{ $c->requirement }} |
{{ __('Short Detail')}} |
{{ $c->short_detail }} |
{{ __('Category')}} |
{{ $cate->title }} |
{{ __('Sub Category')}} |
{{ $subcate->title }} |
{{ __('Certificate')}} |
@if($c->certificate_enable == 1) @else @endif |
{{ __('Appointment')}} |
@if($c->appointment_enable == 1) @else @endif |
{{ __('Assignment')}} |
@if($c->assignment_enable == 1) @else @endif |
{{ __("Remove") }} |