@extends('layouts/app') @section('content')

Game Lists

@if(!empty($game_lists)) @foreach($game_lists as $game) @endforeach
No Name
{{$loop->iteration}} {{$game->name}}
@else

No data found

@endif
@csrf
@endsection