Create National Events

@include('layouts.admin.alerts')
@csrf

Title/Name *: (Title should be short and simple)

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)

Clear Image

Select Event Presentation *

Content*

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