@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @else @endif
Cari Undangan
@if(session('auth'))
Check-in Tamu
Welcome, {{ session('auth.username') }}
@csrf
@else
Login Admin
@endif
Logo 55th Anniversary

Perayaan 55 Tahun

PT Jaya Kencana

@yield('content')
@if (session('success')) @endif @if ($errors->any()) @endif