@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'search')) @extends('layouts.frontend') @section('other_body') {{-- mobile search --}}
@stop @section('content')
共有 {{$school_count}} 所學校
{{-- 地圖 --}}
{{--
--}}
@foreach ($school_list as $k => $v)
{!! 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')) !!}

@foreach ($v->courses as $sc) @foreach($sc->cost as $scd) @break @endforeach @endforeach
課程 價格 時程  
{{$sc->course_title_tw}} {{ $sc->course_currency }} {{ number_format($scd->fee) }} 為期{{$scd->week}}週 預約諮詢
@endforeach
{{----}}
{{-- --}}
@stop {{-- @include('frontend.module.modal-search-price') --}} @section('other_modal') @stop @section('js') @stop