@extends('layouts.admin') @section('content')
| Sr. No. | Type | Blue Team | Red Team | Date | Blue Link | Red Link | Action |
|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $team->type == 'HardFearless' ? 'Hard Fearless' : $team->type }} | {{ $team->blue_name }} | {{ $team->red_name }} | {{ date('M d, Y', strtotime($team->created_at)) }} | @php $blueLink = route('game-players', [$team->room_id, $team->blue_team]); $redLink = route('game-players', [$team->room_id, $team->red_team]); @endphp |