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')}}

Event-Managing*

{{$errors->first('event_managing_user_type','Select atleast one option for user type if "Present as new website-layout" is selected')}}

Select User*

{{$errors->first('existing_users','Select atleast an existing user to proceed')}}

Full Name*

has('full_name') ? 'autofocus' : 'null' }}> {{$errors->first('Full Name','The username field is required when managing user type is New User')}}

Email ID*

has('email') ? 'autofocus' : 'null' }}> {{$errors->first('email','The email field is required when managing user type is New User.')}}

Password*

has('password') ? 'autofocus' : 'null' }}> {{$errors->first('password','The password field is required when managing user type is New User')}}
@endsection