@extends('admin.layouts.app') @section('title', 'Admin - Edit Game Type') @section('content')

Edit Game type

@method('put') @csrf
{{$errors->first('type')}}
@endsection @push('footerscript') @endpush