Edit Regional Events

@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('regional_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')}}

User Name *

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

Email ID *

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

Password *

has('password') ? 'autofocus' : 'null' }}> {{$errors->first('password')}}
@endsection