Name | Game ID | Price Per Ticket | Reward | Recurrence | Start Date | Draw Time | Created At | Description | Status | ||
---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ ucwords($game->name) }} | {{ strtoupper($game->game_id) }} | {{ $game->price }} | {{ $game->reward }} | {{ ucwords(str_replace('_', ' ', ucwords($game->recurrence))) }} | {{ \Carbon\Carbon::parse($game->start_date)->format('F j, Y') }} | {{ \Carbon\Carbon::parse($game->draw_time)->format('g:i A') }} | {{ \Carbon\Carbon::parse($game->created_at)->format('F j, Y, g:i A') }} | {{ $game->description ?? '' }} |
@if (!$game->is_active)
Inactive
@else
Active
@endif
|
|
No games Found |