@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->name, request()->input('keyword')) !!}
{{--
school_id, $school_id)) checked @endif>
@if (env('hide') == 'N') @if(!empty($mc_save_school) && in_array($v->school_id, $mc_save_school)) @else @endif @endif
--}}
{{ $FrontendPresenter->getCountry($v->country) }} {{$v->city_tw}}
@if (empty(request()->input('keyword')))

@else

@endif {!! markKeyword($v->feature, request()->input('keyword')) !!}

@foreach ($v->schoolCourse as $sc) @foreach ($sc->schoolCourseDetail as $scd) @break @endforeach @endforeach
課程 價格 時程  
{{ !empty($sc->name_tw) ? $sc->name_tw : $sc->name }} {{ $v->schoolCountry->currency }} {{ number_format($scd->term_pay) }} 為期{{$scd->term}}週 {{-- 索取報價 --}} {{-- 索取報價 --}} 預約諮詢
@endforeach
{{----}}
{{-- --}}
@stop {{-- @include('frontend.module.modal-search-price') --}} @section('other_modal') @stop @section('js') @stop