@lang("content.list")

{{-- {!! Form::open(['method' => 'POST', 'class' => 'form-inline']) !!}--}} @if ($isSuperAdmin) @endif @php $j = 0 @endphp @php $today = strtotime(date("Y-m-d")) @endphp @foreach($data as $i => $each) @php $user = $each->user @endphp @php $picture = $user->thumb ? '/storage/users/' . $user->thumb : '/assets/img/default-user-picture.png' @endphp @if ($isSuperAdmin) @endif @endforeach
No @lang("content.picture") @lang("content.first_name") @lang("content.last_name")User Status@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 }} {{ $user->deleted_at && $user->deleted_at != EMPTY_DATETIME ? "REMOVED" : ($user->resigned_at && $user->resigned_at != EMPTY_DATETIME ? "Resigned" : "") }} {{ getUserLocationAirport($user) }} {{ $each && $each->license ? $each->license->name : null }} {{ $each ? baseDateFormat($each->expiry_date) : null }} {!! expiryStatus($each->expiry_date) !!}
{{-- {!! Form::close() !!}--}}