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

{!!$v->feature!!}

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