| No | @lang("content.picture") | @lang("content.first_name") | @lang("content.last_name") | @if ($isSuperAdmin)User Status | @endif@lang("content.station") | @lang("content.license") | @lang("content.expiry_date") | @lang("content.status") |
|---|---|---|---|---|---|---|---|---|
| {{ ++$j }} | id/edit") }}"> |
id}/edit") }}">{{ $user->first_name }} | id}/edit") }}">{{ $user->last_name }} | @if ($isSuperAdmin){{ $user->deleted_at && $user->deleted_at != EMPTY_DATETIME ? "REMOVED" : ($user->resigned_at && $user->resigned_at != EMPTY_DATETIME ? "Resigned" : "") }} | @endif{{ getUserLocationAirport($user) }} | {{ $each && $each->license ? $each->license->name : null }} | {{ $each ? baseDateFormat($each->expiry_date) : null }} | {!! expiryStatus($each->expiry_date) !!} |