| {{ $i + 1 }} |
{{ $user->staff_number }} |
id}/edit") }}">{{ $user->first_name }}
|
id}/edit") }}">{{ $user->last_name }}
|
{{ $user->position && count($user->position) ? $user->position[0]->name : "-" }} |
{{ $user->cost_center }} |
{{ $user->company }} |
{{ \App\Models\User::getStation($user) }} |
{{ $each->condition->name }} |
{{ $each->airline ? $each->airline->airline : "" }} |
{{ baseDateFormat($each->condition_from, true) }} |
{{ baseDateFormat($each->condition_to, true) }} |
{{ $each->notes }} |
{{ baseDateFormat($each->created_at, true) }} |
{{ getUserName($each->createdBy) }} |
@endforeach