-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Milestone
Description
I'm trying to call the game icon, but instead of the picture I always get a link to the steam picture
I want to make sure that each game has its own picture
help me please
Require
Laravel 9 + AdminLTE
@if(isset($account->OwnedGames) && count($account->OwnedGames) > 0)
<div class="row col justify-content-center">
<label for="GameList" class="text-center">Game List</label>
</div>
<div class="row col justify-content-center">
<select name="GameList" id="multiSelect" multiple="multiple">
@foreach($account->OwnedGames as $game)
<option value="{{$game->appId}}">{{$game->name}} </option>
@endforeach
</select>
</div>
@else
Metadata
Metadata
Assignees
Labels
No labels