@extends('voyager::master') @section('content')
@include('voyager::alerts') @include('voyager::dimmers')
Games
Add New Game @foreach($games as $game) @endforeach
# Game ID Game Icon Game Icon Small Game Name Description Is Active Actions
{{ $game->id }} {{ $game->game_id }} {{ $game->title }} {{ $game->description }} {{ $game->is_active }} Edit
@csrf @method('DELETE')
@stop @section('javascript') @stop