@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @extends('layouts.frontend') @foreach ($tab_list as $k => $v) @if ($v->id == request()->segment(4) || ($k == 0 && request()->segment(4) == '')) @section('title', $v->meta_title) @section('meta_description', $v->meta_description) @section('meta_keywords', $v->meta_keyword) @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'countries_study-des', $country->country_id, $country->country_name, $tab->id, $tab->title)) @endif @endforeach @section('content')
@include('frontend.module.kv-countries-study')
{{ $tab->course_title }}
{!! $tab->course_description !!}
@foreach ($course_list as $k => $v)
{{-- --}}
{{ $v->title }}

{!! $v->description !!}

閱讀更多
@endforeach
@if ($tab->department_title != '')
{{ $tab->department_title }}

{!! $tab->department_description !!}

01

{!! $tab->department_description_1 !!}

02

{!! $tab->department_description_2 !!}

03

{!! $tab->department_description_3 !!}

{{ $tab->requirement_title }}

{!! $tab->requirement_description !!}

{!! $tab->requirement_description_1 !!}

{!! $tab->requirement_description_2 !!}

{!! $tab->requirement_description_3 !!}

{!! $tab->requirement_description_4 !!}

@endif @if (count($school_list) > 0)
推薦學校
@foreach ($school_list as $k => $v)
2) style="display:none;" @endif>
@if (isset($v->school->schoolImage)) @foreach ($v->school->schoolImage as $i)
@break @endforeach @endif {{-- --}}
{{$v->school->name}}

{!!$v->school->feature!!}

@if ($v->school->school_type == 'ST010') 瞭解更多 @else 瞭解更多 @endif
@endforeach @if (count($school_list) > 3) @endif
@endif
@stop @section('js') @stop