@extends(homePageLayout())
@section('title')
@if ($customPage['seo_title'])
{{ $customPage['seo_title'] }} | {{ getAppName() }}
@else
{{ $customPage['title'] }} | {{ getAppName() }}
@endif
@endsection
@section('content')
{!! $customPage->description !!}
@endsection