@extends('layouts.public') @section('custom-css') @endsection @section('content')
{{ $page->title }}

{{ $page->title }}

{{-- ═══ PAGE CONTENT ═══ --}}
{{-- Meta bar --}}
Last updated: {{ $page->updated_at->format('d M, Y') }}
{{ config('app.name') }}
{{-- Dynamic CKEditor content --}}
{!! $page->description !!}
{{-- ═══ CTA ═══ --}}

Have Questions?

Our team is here to help you with anything you need.

Back to Home
@endsection @section('page-script') @endsection