@section('title'){{ $postDetail->post }} | {{ config('app.settings.app_name') }} Blog @endsection @section('metas') @forelse ($postDetail->meta as $key => $value) @if ($value) @endif @empty @endforelse @endsection @section('custom_header') @if(!empty($postDetail->custom_header)) {!! $postDetail->custom_header !!} @endif @endsection {{ $postDetail->post }} {!! json_decode(config('app.settings.ads_settings'))->two !!} {!! $postDetail->content !!}