{{-- Notification area --}}
@if(session()->has('success'))
{{ session('success') }}
@endif
@include('_components.partials.navbar-guest')
{{-- The main section of the website --}}
@yield('content')
{{-- The global footer --}}
@include('_components.partials.footer')