@if($profile->foto) Profile Photo @else Default Avatar @endif

{{ $user->name }}

{{ $user->email }}

Role: {{ ucfirst($user->role) }}

Contact Information

{{ $profile->no_hp ?? 'Not provided' }}

{{ $profile->jenis_kelamin ?? 'Not provided' }}

Professional Information

{{ $profile->pekerjaan ?? 'Not provided' }}

{{ $profile->jabatan ?? 'Not provided' }}

Address Information

{{ $profile->alamat ?? 'Not provided' }}

{{ $profile->province->name ?? 'Not provided' }}

{{ $profile->regency->name ?? 'Not provided' }}

{{ $profile->district->name ?? 'Not provided' }}