@if(auth()->check()) {{ config('app.name', 'Laravel') }} @stack('css') @laravelPWA
@include('layouts.navigation') @yield('content')
@include('layouts.show-modal') @stack('javascript') @if(auth()->guard('web')->check()) @endif @else {{ abort(401) }} @endif