@extends('voyager::master') @section('content')
@include('voyager::alerts')
Edit Game
@csrf @method('PUT')
Game ID
Game Name
Game Icon
Game Icon Small
Description
{{ $game->description }}
Is Active
is_active ? 'checked' : '' }}>
Update
@stop