@forelse($fish as $game)
@php
$gameUrl = $prefix."/fish/games?sg=".strtolower($game->provider_code);
@endphp
@empty
@endforelse