Edit National 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') }}
{{ $errors->first('coverImage') }}

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

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

Select Event Presentation *

Content *

{{$errors->first('national_event','Event description is required if "Present within main website" is selected')}}
@endsection