@if ($notifications->isNotEmpty())
@foreach ($notifications as $notification) {{ $notification->data['message'] }} @endforeach
@else You have no new notifications. @endif