@php $profileMap=[1=>'Athlete',2=>'Coach',3=>'Referee',4=>'Doctor',5=>'Physiotherapist',6=>'Manager',7=>'Media',8=>'Fan',9=>'Official',10=>'Other']; $roleDisplay = $profileMap[$old->profile ?? 0] ?? null; if(!$roleDisplay){ $tmp = trim(($old->category ?? '').'/'.($old->position1 ?? '').'/'.($old->position2 ?? ''),'/'); $roleDisplay = $tmp !== '' ? $tmp : null; } @endphp

IT UID Details

UID: {{ $old->uid ?? 'N/A' }}
Profile pic

{{ $old->name ?: 'N/A' }}

@if($roleDisplay) {{ $roleDisplay }} @endif
Personal Information
UID {{ $old->uid ?? '—' }}
DOB {{ $old->dob ?? '—' }}
Gender {{ $old->gender ?? '—' }}
Email {{ $old->email ?? '—' }}
Contact {{ $old->contact ?? '—' }}
Country India
State {{ $old->state ?? '—' }}
District {{ $old->district ?? '—' }}
Pin Code {{ $old->pincode ?? '—' }}
Address {{ $old->address ?? '—' }}