@vite(['resources/css/app.css', 'resources/js/app.js'])
@if (auth()->user()->roles == 'admin')
ADMIN
@endif @if (auth()->user()->roles == 'receptionist')
RECEPTIONIST
@endif @if (auth()->user()->roles == 'admin')
Dashboard
Banner
Blogs
Contacts
Gallery
User Management
Seats Map (Admin)
Table Info
Reservations
@endif @if (auth()->user()->roles == 'receptionist')
Seats Map (Receptionist)
Reservations
@endif
{{ Auth::user()->name }}
@csrf
Log Out
{{ $slot }}
@yield('js')