{{--
--}}
POS
Dashboard
Categories
Products
Orders
Sales
Payments
@if (auth()->user()->role == 'superadmin')
Manage Users
Add New Admin
Reset Password
Profile Info
@endif
Reports
Sales Report
Products Info
Profit & Loss
@csrf
Logout
@if (auth()->user()->name != null) {{ auth()->user()->name }} @else {{ auth()->user()->nickname }} @endif
Profile
@if (auth()->user()->role == 'superadmin')
Add Admin
@endif @if (auth()->user()->provider == 'simple')
Change Password
@endif
@csrf
Logout
@yield('content') @include('sweetalert::alert')
@yield('js-section')