Car Booking System
Dashboard
Form Pemesanan
@if (Auth::user()->role_id == 2)
Booking Mobil Sekarang
@elseif (Auth::user()->role_id == 1)
Booking Mobil ADMIN
@endif
Interface
Menu Status Booking
Pilih:
List Status Booking
List Mobil On The Road
List Status Done
List Status Cancel
Asset
Menu Mobil & Driver
Pilih:
List Mobil
List Driver
Welcome to CBS , {{ Auth::user()->division }}
@if (Auth::user()->role_id == 1)
Profile
@endif
Logout
@yield('content')
Konfirmasi Penghapusan
×
Apakah Anda yakin ingin menghapus data ini?
Ready to Leave?
Select "Logout" below if you are ready to end your current session.
@stack('scripts') {{-- Include jQuery --}}
{{-- DataTables CSS --}} {{-- DataTables JS --}} {{-- DataTables Bootstrap 4 integration --}}