Zia Trading
@if (auth()->user()->image)
@endif
@if (auth()->user()->role_id === 'A')
Admin | {{ auth()->user()->name }}
@else
Super Admin | {{ auth()->user()->name }}
@endif
Dashboard
Modal
Products
Tex
SellManagement
@if (auth()->user()->role_id === 'S')
Admin
@endif
Customers
Authentication
Login
Register
Forgot Password
Error
401 Page
404 Page
500 Page
@yield('content')
@stack('script')