共有 {{$school_count}} 所學校
{{--
地圖
--}}
{{--
{{-- --}}
@stop
{{-- @include('frontend.module.modal-search-price') --}}
@section('other_modal')
@stop
@section('js')
@stop
--}}
@foreach ($school_list as $k => $v)
@endforeach
{{----}}
{!! markKeyword($v->school_name, request()->input('keyword')) !!}
{{ $FrontendPresenter->getSystemCountry($v->country) }} {{$v->school_city_tw ?? $v->school_city}}
@if (empty(request()->input('keyword')))
@else
@endif {!! markKeyword(nl2br($v->school_feature), request()->input('keyword')) !!}
| 課程 | 價格 | 時程 | |
|---|---|---|---|
| {{$sc->course_title_tw}} | {{ $sc->course_currency }} {{ number_format($scd->fee) }} | 為期{{$scd->week}}週 | 預約諮詢 |
