@extends('layouts.admin.app') @section('content')
Edit Game
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@endsection