@extends('theme.master') @section('title', 'Compare') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') @else course @endif

{{ __('Course Compare') }}

@endif
@if(count($compare) > 0)
@foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @php $lang = App\Language::where('id', $c->language_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @php $cate = App\Categories::where('id', $c->category_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @php $subcate = App\SubCategory::where('id', $c->subcategory_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @endforeach @foreach($compare as $cour) @php $c = App\Course::where('id', $cour->course_id)->first(); @endphp @endforeach @foreach($compare as $cour) @endforeach
{{ __('course')}}
{{ $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") }}
@else
{{ __('No Data Found')}}
@endif
@endsection