@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @extends('layouts.frontend') @if (!is_null($overview)) @section('title', $overview->meta_title) @section('meta_description', $overview->meta_description) @section('meta_keywords', $overview->meta_keyword) @endif @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'countries_overview', $country->country_id, $country->country_name)) @section('content')
@include('frontend.module.kv-countries-language')
@if (!is_null($overview))
{{ $overview->title }}

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

{{ $overview->title_1 }}

{!! nl2br($overview->description_1) !!}

繼續閱讀
{{ $overview->title_2 }}

{!! nl2br($overview->description_2) !!}

繼續閱讀
@endif @stop @section('js') @stop