@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @extends('layouts.frontend') @foreach ($tab_list as $k => $v) @if ($tab_id == $v->id) @section('title', $v->meta_title) @section('meta_description', $v->meta_description) @section('meta_keywords', $v->meta_keyword) @endif @endforeach @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'countries_study-recommand-courses', $country->country_id, $country->country_name, $tab_id, $tab->title)) @section('content')
@include('frontend.module.kv-countries-study')
@foreach ($course_list as $k => $v) @if (($k % 2) == 0)
{{ $v->title }}

{!! nl2br($v->description) !!}

@else
{{ $v->title }}

{!! nl2br($v->description) !!}

@endif @endforeach @if (count($intro_list) > 0)
介紹學校推薦課程
@foreach ($intro_list as $k => $v) @endforeach
@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