{{-- Include HTMX on the writer-side to enchance our interactivity --}}
{{ config('blog.publishing_name') }} | @yield('title')
@foreach($errors->all() as $error) {{ $error }} @endforeach
Dashboard
New Article
@csrf
Logout
@yield('content', 'Nothing to see here.')