Barq
@if(Auth::user()->role === 'admin') Product Catalog Categories Customers Announcements @endif @if(Auth::user()->role === 'supervisor') Customer Review Announcements @endif @if(Auth::user()->role === 'credit_control') Order Approval @endif @if(Auth::user()->role === 'warehouse_supervisor') Order Fulfillment @endif Performance
{{ Auth::user()->role }}
@csrf Log Out
@if(Auth::user()->role === 'admin') Product Catalog Categories Customers Announcements @endif @if(Auth::user()->role === 'supervisor') Customer Review Announcements @endif @if(Auth::user()->role === 'credit_control') Order Approval @endif @if(Auth::user()->role === 'warehouse_supervisor') Order Fulfillment @endif Performance
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@csrf Log Out