@if(auth()->user()->unreadnotifications->where('n_type','=','order_v')->count())
You have {{ auth()->user()->unreadnotifications->where('n_type','=','order_v')->count() }} New Orders
Notification!
@else
No Notifications
@endif
@if(auth()->user()->unreadnotifications->where('n_type','=','order_v')->count())
Mark all as read
@endif
@if(auth()->user()->unreadnotifications->where('n_type','=','order_v')->count())
@foreach(auth()->user()->unreadNotifications->where('n_type','=','order_v') as $notification)