@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.game.title_singular') }}
id]) }}" method="POST" enctype="multipart/form-data"> @csrf @method('PUT')
@if($errors->has('name')) {{ $errors->first('name') }} @endif

{{ trans('cruds.game.fields.name_helper') }}

@if($errors->has('price')) {{ $errors->first('price') }} @endif

{{ trans('cruds.game.fields.price_helper') }}

@endsection