@extends('theme.master') @section('title', 'Compare') @section('content') @include('admin.message')

{{ __('Course Compare') }}

@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") }}

@endsection