@include('layouts.navigation')
@yield('content') {{ $slot ?? '' }}
@include('layouts.footer')