Notifications
Marks all as read
5 new customers registered
You have received new orders
5 products running low on stock
Messages
New product inquiry from customer
New shipment arriving tomorrow
{{ Auth::check() ? Auth::user()->name : 'Guest' }}
@auth @php $roles = Auth::user()->roles->pluck('name'); $roleName = $roles->isNotEmpty() ? ucfirst($roles->first()) : 'User'; @endphp {{ $roleName }} @else Guest @endauth