IT UID Details
UID: {{ $user->reg_uid ?? 'N/A' }}
{{ trim(($user->fname ?? '').' '.(($user->mname ?? '') && ($user->mname !== 'N/A') ? $user->mname.' ' : '').($user->lname ?? '')) }}
@if(!empty($user->user_profiles)) @foreach($user->user_profiles as $p) {{ $p->profile ?? '' }} @endforeach @endifPersonal Information
| UID | {{ $user->reg_uid ?? '—' }} |
|---|---|
| DOB | @php $dob = $user->dob; try { if ($dob) { $dob = \Carbon\Carbon::parse($dob)->format('d/m/Y'); } } catch (\Throwable $e) { /* keep as-is */ } @endphp{{ $dob ?? '—' }} |
| Gender | @switch($user->gender) @case(1) MALE @break @case(2) FEMALE @break @case(3) OTHER @break @default — @endswitch |
| {{ $user->email ?? '—' }} | |
| Contact | {{ $user->mobile ?? '—' }} |
| Country | {{ $user->country ?? '—' }} |
| State | {{ $user->state_name ?? '—' }} |
| District | {{ $user->district_name ?? '—' }} |
| Pin Code | {{ $user->pincode ?? '—' }} |
| Address | {{ $user->address ?? '—' }} |
Other Details
| Belt | {{ $p->belt_type ?? '—' }} |
|---|---|
| IT Belt | {{ $p->belt ?? '—' }} |
| Belt Grade | {{ $p->belt ?? '—' }} |
Event Details
No event data available.