{{ $notification->data['title'] ?? 'Notificación' }}
{{ $notification->data['message'] ?? 'Tienes una actualización en IRIS.' }}
{{ $notification->created_at->diffForHumans() }}
@if(! $notification->read_at)
@endif
@if(!empty($notification->data['url']))
Ver relacionado
@endif