Last Updated: @yield('article-last-updated')
@yield('article-category')
@yield('article-title')
@hasSection('article-content')
@yield('article-content')
@endif
@hasSection('article-faq')
@yield('article-faq')
@endif
@php
$footer = $footer ?? true;
@endphp
@if($footer === true)
@endif