IT UID Details

UID: {{ $user->reg_uid ?? 'N/A' }}
Profile pic

{{ 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 @endif
Personal Information
@php $dob = $user->dob; try { if ($dob) { $dob = \Carbon\Carbon::parse($dob)->format('d/m/Y'); } } catch (\Throwable $e) { /* keep as-is */ } @endphp
UID {{ $user->reg_uid ?? '—' }}
DOB{{ $dob ?? '—' }}
Gender @switch($user->gender) @case(1) MALE @break @case(2) FEMALE @break @case(3) OTHER @break @default — @endswitch
Email {{ $user->email ?? '—' }}
Contact {{ $user->mobile ?? '—' }}
Country {{ $user->country ?? '—' }}
State {{ $user->state_name ?? '—' }}
District {{ $user->district_name ?? '—' }}
Pin Code {{ $user->pincode ?? '—' }}
Address {{ $user->address ?? '—' }}
@if(!empty($user->user_profiles))
Other Details
@foreach($user->user_profiles as $p) @if(($p->belt_type_id ?? null) == 1) @else @endif @endforeach
Belt {{ $p->belt_type ?? '—' }}
IT Belt {{ $p->belt ?? '—' }}
Belt Grade {{ $p->belt ?? '—' }}
@endif
Event Details

No event data available.