@vite(['resources/assets/js/app.js', 'resources/assets/css/app.css']) @yield('page-style')
Peacock
@auth Welcome, {{ auth()->user()->first_name ?? auth()->user()->name }}
@csrf
@endauth
@yield('content')
@yield('page-script') @vite(['resources/assets/js/app/pwa-register.js'])