@csrf
@if (count($game_recommendations) ) @foreach($game_recommendations as $game_recommendation) @endforeach @else @endif
{{ __('Name') }} {{ __('Description') }} {{ __('Player Collections') }} {{ __('Type') }}
{{ $game_recommendation['name'] }} {{ $game_recommendation['description'] }} {{ count($game_recommendation['collections']) }} {{ $game_recommendation['type'] }}
{{ __('No data.') }}