@if (count($maintenance))
No | @lang("content.ac_reg") | @lang("content.notes") | @lang("content.location") | @lang("content.start_date") | @lang("content.end_date") | @if (checkAuthorization(ADMIN))@lang("content.updated_by") | @lang("content.last_updated") | @endif@lang("content.actions") |
---|---|---|---|---|---|---|---|---|
{{ $i + 1 }} | {{ getAircraft($item->aircraft) }} | {{ $item->note }} | {{ $item->location_code }} | {{ date('d M Y H:i', strtotime($item->arrival_time)) }} | {{ date('d M Y H:i', strtotime($item->departure_time)) }} | @if (checkAuthorization(ADMIN)){{ $user ? $user->first_name.' '.$user->last_name : '' }} | {{ date('M d, Y H:i', strtotime($item->updated_at)) }} | @endifaircraft_id}") }}">@lang("content.view") |
@lang("content.found") 0 @lang("content.records")
@endif