@vite(['resources/css/app.css', 'resources/js/app.js'])
CAMON MANAGEMENT SYSTEM
@auth
Welcome, {{ Auth::user()->name }}
@else
Login
@endauth
Camon Management System
@auth @if(Auth::user()->role === 'admin')
Go to Dashboard
@elseif(Auth::user()->role === 'seller')
Go to Dashboard
@elseif(Auth::user()->role === 'storekeeper')
Go to Dashboard
@endif @else
Login
@endauth