@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 (in_array('FC010', explode(',', $school->facility)))
Free WIFI
@endif @if (in_array('FC020', explode(',', $school->facility)))
Library
@endif @if (in_array('FC030', explode(',', $school->facility)))
Self study area
@endif @if (in_array('FC070', explode(',', $school->facility)))
Interactive screens
@endif @if (in_array('FC050', explode(',', $school->facility)))
Student Lounge
@endif @if (in_array('FC080', explode(',', $school->facility)))
GYM
@endif @if (in_array('FC060', explode(',', $school->facility)))
Student kitchen
@endif @if (in_array('FC040', explode(',', $school->facility)))
IT Lounge
@endif

基本信息
種類
@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->nationality_rate))
主要國籍
{{$FrontendPresenter->rateString($school->nationality_rate)}}
@endif
{!! nl2br($school->intro) !!}

@if (!empty($school->nationality_rate))
主要國籍比例

@endif
住宿服務
@if (isset($school->schoolStay) && count($school->schoolStay) > 0) @foreach ($school->schoolStay as $k => $v) @endforeach @endif {{-- --}}
住宿種類 住宿類型 每週價格
@if ($v->stay_ctg == 'SY010') Homestay @elseif ($v->stay_ctg == 'SY020') Dormitory @elseif ($v->stay_ctg == 'SY030') Studio @elseif ($v->stay_ctg == 'SY040') etc @endif {{ !empty($v->exp_taiwan) ? $v->exp_taiwan : $v->exp }} {{$country->currency_symbol}} {{$v->pay}}
Dormitory Standard Zone3,4 (Single/No Private Bath Room) 170
Studio Standard Zone3,4 (Single/No Private Bath Room) 170
{{----}}
@stop @section('other') @stop @section('modal') @include('frontend.module.modal-search-price') @stop @section('js') @stop