@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @extends('layouts.frontend') @section('title', $country->meta_title) @section('meta_description', $country->meta_description) @section('meta_keywords', $country->meta_keyword) @section('content')
{{ $row->title }}

{!! $row->description !!}

@foreach ($tab_list as $k => $v) {{ $v->title }} @endforeach

{{ $tab->date }}

{!! $tab->description !!}

負責單位
@foreach ($office_list as $k => $v)
{{ $v->title }}

{!! $v->description !!}

詳情請上網查詢: {{ $v->url }}

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