Edit Main Guest

{{ __('Add the details of main guest') }}

Full Name of Guest
Address
City
Choose your state Choose State @foreach (config('helpers.states_all') as $value) {{ $value }} @endforeach
Mobile No.
Guest Email (optional)
Gender Choose Gender Male Female Prefer Not to Say
Relationship with guest Choose Relationship A. Institute Guest B. Departmental Guest C. Close Relative of Employee/Student/Ex-Employee/Alumni D. Other than A, B & C
Guest's ID Choose Guest's Id type Aadhar Passport Pan Card VoterId Driving Licence No. Will Provide during Check-In
{{-- Show existing uploaded file if string (edit mode) --}} @if(is_string($guest_idno) && $guest_idno) @php $extension = strtolower(pathinfo($guest_idno, PATHINFO_EXTENSION)); @endphp
Current Uploaded File: @if(in_array($extension, ['jpeg', 'jpg', 'png', 'gif'])) Guest ID @elseif($extension === 'pdf') View Uploaded PDF Document @else File uploaded: {{ basename($guest_idno) }} @endif
@endif {{-- File input for new upload --}} {{-- Preview new uploaded file --}} @if($guest_idno instanceof \Livewire\TemporaryUploadedFile) @php $newExt = strtolower($guest_idno->getClientOriginalExtension()); @endphp @if(in_array($newExt, ['jpeg', 'jpg', 'png', 'gif'])) New Guest ID Preview @elseif($newExt === 'pdf') New PDF file selected: {{ $guest_idno->getClientOriginalName() }} @else Invalid file type selected. @endif @endif

(Uploading a new file will replace the existing one.)

You have selected "Will Provide during Check-In".
Please ensure to provide the ID at the time of check-in.

Update Guest