No. | @lang("content.name") | @lang("content.position") | @lang("content.location") | @lang("content.from") | @lang("content.to") | @lang("content.last_updated") | @lang("content.actions") |
---|---|---|---|---|---|---|---|
{{ $i + 1 }} | {{ $each->user ? $each->user->first_name." ".$each->user->last_name : "-" }} | {{ $each->position ? $each->position->name : "-" }} | {{ $each->airport ? $each->airport->iata : '-' }} | {{ $each->start_date }} | {{ $each->end_date }} | {{ $each->updated_at ? $each->updated_at : ''}} |