@if ($notifications->count()>0) {{ $notifications->count() }} @endif
@forelse ($notifications as $notification)

{{ $notification->data['subject'] }}

{{ $notification->created_at->diffForHumans() }}

{{ $notification->data['body'] }}

@empty
You don't have any notification
@endforelse
@if ($notifications->count()>0) {{ __('Mark all as read') }} @endif