@vite(['resources/css/app.css', 'resources/js/app.js'])
@auth
Kasir Simpel
Dashboard
POS
Products
Categories
History
Open user menu
{{ substr(Auth::user()->name, 0, 1) }}
{{ Auth::user()->name }}
{{ ucfirst(Auth::user()->role) }}
@csrf
Logout
Open main menu
Dashboard
POS
Products
Categories
History
{{ substr(Auth::user()->name, 0, 1) }}
{{ Auth::user()->name }}
{{ ucfirst(Auth::user()->role) }}
@csrf
Logout
@endauth
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
@stack('scripts')