@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'search_school-course', $school->school_id, $school->name)) @extends('layouts.frontend') @section('content')
@if (env('hide') == 'N')
@include('frontend.module.school-btnlike')
@endif
{{$school->name}}
{{ $FrontendPresenter->getCountry($school->country) }} {{$school->city_tw}}

{!!$school->feature!!}

課程資訊

{!! $school->course_intro !!}

入學條件

{!! nl2br($school->enter_condi_memo) !!}

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