@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-accommodation', $country->country_id, $country->country_name)) @section('content')
@include('frontend.module.kv-countries-language')
住宿情報
@foreach ($list as $k => $v)
{{ $v->title }}

{!! $v->description !!}

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