Logo Logo
  • {{auth()->user()->unReadNotifications->count()}}
    Notifications Mark All As Read
      @foreach (auth()->user()->unReadNotifications as $notification)
    • Product image
      Stock Alert

      {{$notification->data['product_name']}} is only {{$notification->data['quantity']}} left. Please update the purchase quantity

      {{$notification->created_at->diffForHumans()}}

    • @endforeach
    View all Notifications
  • avatar
    User Image
    {{auth()->user()->name}}
    My Profile @can('view-settings')Settings@endcan
    @csrf