| # | Photo | Name | Role | Contact | Sex | PIN | Joined | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
|
{{ ucwords($executive->fullname) }} | {{ $executive->occupation ?: '—' }} | {{ $executive->phone_number ?: '—' }} | {{ $genders[$executive->sex] ?? 'Other' }} | {{ $executive->pin2 ?: '—' }} | {{ $executive->registration_date ? date('d M Y', strtotime($executive->registration_date)) : '—' }} |
@can(\App\Support\Permissions::EXECUTIVES_UPDATE)
Edit {{ ucwords($executive->fullname) }}
@endcan
@can(\App\Support\Permissions::EXECUTIVES_ARCHIVE)
@if ($showArchived)
@else
@endif
@endcan
|