@section('title'){{ $page->title }} | {{ config('app.settings.app_name') }}@endsection @section('metas') @forelse ($page->meta as $key => $value) @if ($value) @if ($key == "description") @section('description'){{ $value }}@endsection @elseif($key == "keywords") @section('keywords'){{ $value }}@endsection @else @endif @endif @empty @endforelse @endsection @section('custom_header') @if(!empty($page->custom_header)) {!! $page->custom_header !!} @endif @endsection
{{ $page->title }}
{!! $page->content !!}