{{ $overview->title }}
{!! nl2br($overview->description) !!}
@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')
{!! nl2br($overview->description) !!}