@extends('employee.layouts.app') @section('title', 'Profil | Career Development and Consultation (CDC)') @section('navigation')

Profil Informasi Akun

@endsection @section('content')

Informasi Akun

Perbarui Informasi
{{ Str::ucfirst($user->name ?? '-') }}
{{ $user->email }}
{{ $user->employee->nip ?? '-' }}
{{ Str::ucfirst($user->employee->position ?? '-') }}
{{ Str::ucfirst($user->gender ?? '-') }}
@if ($age === 0) {{ $user->birth_date ?? '-' }} @else {{ $user->birth_date ?? '-' }} / {{ $age }} Tahun @endif
{{ $user->phone ?? '-' }}
{{ Str::ucfirst($user->address ?? '-') }}
@if ($profileCompletion)

Perhatian!

Harap lengkapi informasi akun Anda. Klik Lengkapi Informasi Akun.
@endif
@endsection