@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'search_school-content', $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 !!}

基本信息
種類
@if ($school->school_type == 'ST010')
遊學
@else
留學
@endif @if (!empty($school->establish))
設立年度
{{$school->establish}}
@endif @if (!empty($school->total_student))
學生總人數
{{$school->total_student}}
@endif @if (!empty($school->univ_rank))
Notice: Undefined variable: school in /home/edmedu/www/edmtw.com/dev/resources/views/frontend/search/study-school-content.blade.php on line 87

Notice: Trying to get property 'univ_rank' of non-object in /home/edmedu/www/edmtw.com/dev/resources/views/frontend/search/study-school-content.blade.php on line 87
@endif @if (!empty($school->strong_point))
熱門科系
{!! str_replace(',', ', ', $school->strong_point) !!}
@endif {{-- @if ($school->avg_living_pay != '' && $school->avg_living_pay != '""')
年間平均生活費(包含住宿)
{{$school->avg_living_pay}}
@endif @if ($school->stay_facility_info != '')
獎學金以及學費支援情報
{{$school->stay_facility_info}}
@endif --}}

學校介紹

{!! nl2br($school->intro) !!} @if (!empty($school->enter_condi_memo))

入學要求

{!! nl2br($school->enter_condi_memo) !!} @endif
{{----}}
@stop @section('other') @stop @section('js') @stop