@forelse($notifications as $notification)
  • @if($notification->type === "App\Notifications\TournamentStartedNotification") @else @if(isset($notification->data["game_id"])) @endif @endif

    {{ $notification->created_at->format('j F, H:i:s') }}

    {{$notification->data["message"]}}

  • @empty
  • Vous n'avez pas de notifications

    Revenez plus tard ...

  • @endforelse