Edit Results

@include('layouts.admin.alerts')
@csrf {{ method_field('PUT') }} {{--

Date *

has('date') ? 'autofocus' : '' }}> {{ $errors->first('date') }}
--}}

Event *

{{ $errors->first('event') }}
{{--

Group *

has('group') ? 'autofocus' : '' }}> {{ $errors->first('group') }}

Time

Round *

has('round') ? 'autofocus' : '' }}> {{ $errors->first('round') }}
--}}

Year

has('year') ? 'autofocus' : '' }}> {{ $errors->first('year') }}

Venue *

has('venue') ? 'autofocus' : '' }}> {{ $errors->first('venue') }}
{{ $errors->first('result_pdf') }}

Result .pdf *

has('pdf') ? 'autofocus' : '' }} >
@endsection