@vite(['resources/css/app.css', 'resources/js/app.js']) @auth

{{ $title ?? 'Dashboard' }}

{{ now()->format('d M Y H:i') }}

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif {{ $slot }}
@else
@if ($errors->any())
{{ $errors->first() }}
@endif {{ $slot }}
@endauth