-
@if((Auth::user()->unreadNotifications)->count() != 0)
{{ (Auth::user()->unreadNotifications)->count() }}
@endif
Clear All Notification(s)
@forelse(Auth::user()->unreadNotifications as $notification) @if($notification->data['objet'] == 'Commande')View All{{ $notification->data['note'] }} {{ Carbon\Carbon::parse($notification->created_at)->locale('fr')->diffForHumans() }}
@elseif($notification->data['objet'] == 'Commande Fournisseur'){{ $notification->data['note'] }} {{ Carbon\Carbon::parse($notification->created_at)->locale('fr')->diffForHumans() }}
@endif @emptyAucune Notification
@endforelse -
@if(Session::get('orderCounter'))
{{ Session::get('orderCounter') }}@endif
-
{{ Auth::user()->name ?? ''}} {{ Auth::user()->roles[0]->title ?? ''}}