{{-- Profile Header Card --}}
@if($user->avatar) {{ $user->name }} @else
{{ strtoupper(substr($user->name, 0, 1)) }}
@endif

{{ $user->name }}

{{ $user->email }}

{{ ucfirst($user->role) }} @if($user->department) {{ $user->department }} @endif @if($user->position) {{ $user->position }} @endif

Perusahaan

{{ $user->company->name ?? '-' }}

Telepon

{{ $user->phone ?? '-' }}

NIP/ID

{{ $user->employee_id ?? $user->nip ?? '-' }}

Lokasi Rumah

@if($user->home_latitude && $user->home_longitude) Sudah diatur @else Belum diatur @endif

{{-- Forms --}}
{{-- Left: Profile Form --}}
{{ $this->profileForm }}
Simpan Profil
{{-- Right: Home Location & Password --}}
{{-- Home Location --}} @if($canEditHomeLocation || ($user->home_latitude && $user->home_longitude))
{{ $this->homeLocationForm }} @if($canEditHomeLocation)
Simpan Lokasi Rumah
@endif
@endif {{-- Password --}}
{{ $this->passwordForm }}
Ubah Password