@extends('frontend::layouts.master') @php $contact_section = site_configurations('contact_section', true); @endphp @section('title') {{ $page->getSeoMeta('title') ?? siteName() }} @endsection @section('content')
@if ($page->getFirstMediaUrl('featured'))
{{ $page->title }}
@endif
{!! $page->excerpt !!}
{!! $page->content !!}
@include('frontend::components.newsletter_area')
@endsection