@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)