@extends('layouts.subweb') @section('title', $page->meta_title ?? $page->title) @section('meta_description', $page->meta_description ?? $page->excerpt) @section('content') {{-- Featured Image --}} @if ($page->featured_image_url)
{{ $page->title }}
@endif

{{ $page->title }}

@if ($page->excerpt)

{{ $page->excerpt }}

@endif @if ($page->content)
{!! $page->content !!}
@endif
@endsection @push('styles') @endpush