@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @extends('layouts.frontend') @foreach ($tab_list as $k => $v) @if ($v->id == request()->segment(4) || ($k == 0 && request()->segment(4) == '')) @section('title', $v->meta_title) @section('meta_description', $v->meta_description) @section('meta_keywords', $v->meta_keyword) @endif @endforeach @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'countries_language-city-intro', $country->country_id, $country->country_name, $tab_id, $tab->title)) @section('content')
@include('frontend.module.kv-countries-language')
@foreach ($intro_list as $k => $v) @if (($k % 2) == 0)
{{ $v->title }}

{!! $v->description !!}

@else
{{ $v->title }}

{!! $v->description !!}

@endif @endforeach
物價
@if ($tab->price_1 != '-')
麥當勞大麥克
{{ $tab->price_1 }}
@endif @if ($tab->price_2 != '-')
白吐司500克
{{ $tab->price_2 }}
@endif @if ($tab->price_3 != '-')
礦泉水
{{ $tab->price_3 }}
@endif @if ($tab->price_4 != '-')
牛奶
{{ $tab->price_4 }}
@endif @if ($tab->price_5 != '-')
單程地鐵票
{{ $tab->price_5 }}
@endif @if ($tab->price_6 != '-')
單程公車
{{ $tab->price_6 }}
@endif @if ($tab->price_7 != '-')
電影票
{{ $tab->price_7 }}
@endif
@if (!is_null($impression))
{{-- --}}
{{ $impression->title }}

{!! nl2br($impression->description) !!}

@endif @if (count($school_list) > 0)
推薦學校
@foreach ($school_list as $k => $v)
2) style="display:none;" @endif>
@if (isset($v->school->schoolImage)) @foreach ($v->school->schoolImage as $i)
@break @endforeach @endif {{-- --}}
{{$v->school->name}}

{!!$v->school->feature!!}

@if ($v->school->school_type == 'ST010') 瞭解更多 @else 瞭解更多 @endif
@endforeach @if (count($school_list) > 3) @endif
@endif
@stop @section('js') @stop