@extends('client.target.partials.layout') @section('header') {{$country->title}} - {{env("APP_NAME")}} @endsection @section('content')

{{$country->title}}

{!!processForShortcode($country->details)!!}

@endsection