{{-- Use Tailwind if not compiled --}} @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @else @endif {{-- Navbar --}}
Jannat Saba Logo
@if (Route::has('login')) @auth @php $dashboardRoute = match(strtolower(auth()->user()->role)) { 'admin' => 'admin.dashboard', 'manager' => 'manager.dashboard', default => 'staff.dashboard', }; @endphp Dashboard @else Log In @if (Route::has('register')) Register @endif @endauth @endif
{{-- Main Section --}}
{{-- Logo --}} Jannat Saba Logo {{-- Title --}}

Welcome to DineHR System

{{-- Quote section --}}

“At DineHR, Behind every great meal is a great team — together, we make every service a success.”

@auth @php $dashboardRoute = match(strtolower(auth()->user()->role)) { 'admin' => 'admin.dashboard', 'manager' => 'manager.dashboard', default => 'staff.dashboard', }; @endphp Go to Dashboard @else Get Started @endauth
{{-- Footer --}}