# | Course Details | Institute Details | Intakes | Tution Fees | Requirements | Actions |
---|---|---|---|---|---|---|
{{ ++$serial }} |
{{ $row->name }}
{{ $row->department }}, {{ $row->level->name }} {{ $row->length }} months |
{{ $row->institute->name }}
@foreach($row->campuses as $single) {{str_replace(' Campus', '', $single->campus->name)}} @if(!$loop->last) , @endif @endforeach {{ $row->destination->name }} |
@foreach($row->intakes as $intake) {{date("M", mktime(0, 0, 0, $intake->intake, 1))}} @if(!$loop->last) , @endif @endforeach | {{$row->destination->currency}}{{ $row->tution_fee }} | @if($row->ielts) IELTS : {{$row->ielts}} @endif @if($row->toefl) TOEFL : {{$row->toefl}} @endif @if($row->pte) PTE : {{$row->pte}} @endif @if($row->duolingo) Duolingo : {{$row->duolingo}} @endif |
No Course Found. Please try again.
@endif