@auth @if(auth()->user()->roles->pluck('id_roles')->contains(7) && auth()->user()->auberge)
{{ auth()->user()->auberge->nom_ar }}
@endif @endauth
@auth
@forelse(auth()->user()->notifications as $notif) {{ $notif->data['message'] ?? 'إشعار جديد' }}
{{ $notif->created_at->diffForHumans() }}
@empty
لا توجد إشعارات
@endforelse
@endauth
@auth @endauth
@include('backoffice.partials.sidebar')
@yield('content')