@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'search_school-content', $school->school_uid, $school->school_name)) @extends('layouts.frontend') @section('content')
{{$school->school_name}}
{{ $FrontendPresenter->getSystemCountry($school->country) }} {{$school->school_city_tw}}

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

基本信息
種類
@if ($school->uhak_type == '1')
遊學
@else
留學
@endif @if (!empty($school->school_established))
設立年度
{{$school->school_established}}
@endif @if (!empty($school->formal->formal_current_student))
學生總人數
{{$school->formal->formal_current_student}}
@endif @if (!empty($school->formal->formal_times_ranking))
學術排名
{!! nl2br($school->formal->formal_times_ranking) !!}
@endif @if (!empty($school->formal->formal_strong_point))
熱門科系
{!! str_replace(',', ', ', $school->formal->formal_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->school_introduction) !!} @if (!empty($school->formal->formal_entry_requirement))

入學要求

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