@forelse($notifications as $notification)
{!! $notification->data['title'] !!}
{{ $notification->created_at->format('M d, Y - h:i A') }} ({{ $notification->created_at->diffForHumans() }})
@empty
{{ __('No Notifications!') }}
@endforelse
{{ __('All Notifications') }}