@if($notification->type == 'success')
@elseif($notification->type == 'error')
@elseif($notification->type == 'warning')
@else
@endif
{{ $notification->title ?? 'Notification' }}
{{ Str::limit($notification->message ?? 'No message', 50) }}
{{ $notification->created_at->diffForHumans() }}