@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @extends('layouts.frontend') @section('title', $cm->meta_title) @section('meta_description', $cm->meta_description) @section('meta_keywords', $cm->meta_keyword) @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'countries_language-life', $country->country_id, $country->country_name)) @section('content')
@include('frontend.module.kv-countries-language')
@foreach ($life_list as $k => $v) @if ($k == 0)
{{ $v->title }}

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

@endif @endforeach
@foreach ($life_list as $k => $v) @if ($k > 0)
{{ $v->title }}

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

@endif @endforeach
國慶日及特殊節慶
@foreach ($festival_list as $k => $v)
{{ $v->title }}

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

@endforeach
@stop @section('js') @stop