@vite(['resources/css/app.css', 'resources/js/app.js'])
TDCI- IT Booking System
@auth @unless(Auth::user()->is_admin)
Home
Dashboard
View Equipment
@endunless @endauth @auth @if(Auth::user()->is_admin)
View Bookings
Equipments
Trashed Bookings
@endif @endauth
@auth
Welcome, {{ Auth::user()->name }} |
@csrf
Logout
@endauth
@yield('content')