Edit Other Events

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

Title *

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

Location *

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

Date *

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

Intro *

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

Link

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

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

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

Content *

{{ $errors->first('other_event') }}
@endsection