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

Edit Game

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