@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'search-study')) @extends('layouts.frontend') @section('other_body')
@stop @section('content')
共有 {{$school_count}} 所學校
地圖
@foreach ($school_list as $k => $v)
{{ $FrontendPresenter->getCountry($v->country) }} {{$v->city_tw}}

{!!$v->feature!!}

@endforeach
{{----}}
@stop @section('js') @stop