{{--
search
--}}
Notificaciones
{{ $adminUnreadNotificationsCount }} sin ver
@forelse ($adminUnreadNotifications as $notification)
{{ $notification->data['icon'] ?? 'notifications' }}
{{ $notification->data['title'] ?? 'Nueva notificación' }}
{{ $notification->data['body'] ?? '' }}
{{ $notification->data['meta'] ?? '' }} · {{ $notification->created_at->diffForHumans() }}
@empty
notifications_off
@endforelse
Sin notificaciones nuevas
Las nuevas respuestas y mensajes aparecerán aquí.
{{ auth()->user()->name }} {{ auth()->user()->apellidos }}
{{ auth()->user()->email }}