@php if (!Auth::check()) { header('Location: ' . route('login')); // exit(); } @endphp
@yield('content')
@stack('scripts')