@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'search_school-content', $school->school_uid, $school->school_name)) @extends('layouts.frontend') @section('content')
{{$school->school_name}}
{{ $FrontendPresenter->getSystemCountry($school->country) }} {{$school->school_city_tw}}

{!! nl2br($school->school_feature)!!}

@if (isset($course_group)) @foreach ($course_group[$year] as $k => $v)
{{ !empty($v->course_title_tw) ? $v->course_title_tw : $v->course_title_tw }}

{{$v->course_category}}

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

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

@if ($v->course_capacity != '')
最大授課人數
{{$v->course_capacity}}
@endif @if ($v->course_open_day != '')
開始日期
{{$v->course_open_day}}
@endif @if ($v->course_class_time != '')
課程時間
{!! nl2br($v->course_class_time) !!}
@endif @if ($v->s_min != '')
課程條件
{{$v->course_condition}}
@endif
學費按期間劃分
@foreach ($v->cost as $scd) @endforeach
課程時間 每週學費 總額(外幣)
{{$scd->week}}週 @if($scd->fee_per_week>0){{$scd->fee_per_week}}@endif {{ $v->course_currency }} {{number_format($scd->fee)}}
@endforeach @endif
@stop @section('other') @stop @section('modal') @include('frontend.module.modal-search-price') @stop @section('js') @stop