@unless ($games === null || $games->isEmpty()) @foreach ($games as $game)
{{ ucwords($game->name) }}

{{ ucwords($game->name) }}

{{ settings()->getValue('APP_CURRENCY_LOGO', '$') . $game->price }}

{{ helpers()->getGameTime($game) }}

@endforeach @endunless
@unless ($games === null || $games->isEmpty())
{{ $games->links() }}
@endunless