Skip to content

How can I call the game icon? #131

Description

@mrranger

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

https://prnt.sc/N_Kh8b6l9HV6

                   @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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions