@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'search_school-course', $school->school_id, $school->name)) @extends('layouts.frontend') @section('content')
@if (env('hide') == 'N')
@include('frontend.module.school-btnlike')
@endif
{{$school->name}}
{{ $FrontendPresenter->getCountry($school->country) }} {{$school->city_tw}}

{!!$school->feature!!}

{{-- {{dd($school->schoolCourse)}} --}}
@if (isset($school->schoolCourse)) @foreach ($school->schoolCourse as $k => $v)
{{ !empty($v->name_tw) ? $v->name_tw : $v->name }}

{{ $FrontendPresenter->getCtg($v->course_lang_ctg) }} {{ $FrontendPresenter->getCtg($v->course_lang_ctg_sub) }}
{{$v->course_lesson}}

@if (!empty($v->schoolCourseDetail) and count($v->schoolCourseDetail)>0) @endif
課程介紹

{!! $v->intro !!}

@if ($v->s_max != '')
最大授課人數
{{$v->s_max}}
@endif @if ($v->time != '')
每週授課人數
{{$v->time}}
@endif @if ($v->course_start != '')
開始日期
{{$v->course_start}}
@endif @if ($v->course_leason != '')
課程時間
{{$v->course_leason}}
@endif @if ($v->englevel != '')
最低英語能力限制
{{ $FrontendPresenter->getLevel($v->englevel) }}
@endif @if ($v->s_min != '')
最低入學年齡
{{$v->s_min}}
@endif
學費按期間劃分
@foreach ($v->schoolCourseDetail as $scd) @endforeach
課程時間 每週學費 總額(外幣)
{{$scd->term}}週 @if($scd->week_pay>0){{$scd->week_pay}}@endif {{ $school->schoolCountry->currency }} {{number_format($scd->term_pay)}}
@endforeach @endif
{{----}}
@stop @section('other') @stop @section('modal') @include('frontend.module.modal-search-price') @stop @section('js') @stop