@yield('og')

{{ $title ?? "Page Title" }} {{ $description ?? null }}

@yield('content')
@include('layouts.footer')