Edit halloffame

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

Name *

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

Title *

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

Date *

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

Description *

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

Intro *

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

Upload Cover Image * : ( Standard image resolution to be used : approx 350x250)

has('coverImage') ? 'autofocus' : '' }}>

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

Upload Cover Image 1 : ( Standard image resolution to be used : approx 350x250)

has('coverImage1') ? 'autofocus' : '' }}>

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

Upload Cover Image 2 : ( Standard image resolution to be used : approx 350x250)

has('coverImage2') ? 'autofocus' : '' }}>

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

Upload Cover Image 3 : ( Standard image resolution to be used : approx 350x250)

has('coverImage3') ? 'autofocus' : '' }}>

@endsection