| No | NIP | Name | Phone | Gender | Birth Date | Birth Place | Address | City | Education | Division | Job Title | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $user->nip }} | {{ $user->name }} | {{ $user->email }} |
{{ $user->phone }}
|
{{ $user->gender }} | {{ $user->birth_date?->format('Y-m-d') }} | {{ Str::limit($user->birth_place, 20, '...') }} |
{{ Str::limit($user->address, 90, '...') }}
|
{{ $user->city }} | {{ $user->education?->name }} | {{ $user->division?->name }} | {{ $user->jobTitle?->name }} |