@if (count($aircraft))

@lang("content.list")

@php $i = 0 @endphp @foreach ($aircraft as $item) @endforeach
No @lang("content.ac_reg") @lang("content.ac_type") @lang("content.config") @lang("content.actions")
F C R Y
{{ ++$i }} {{ $item->name }} {{ getAircraftType($item->type) }} {{ $item->config_a }} {{ $item->config_c }} {{ $item->config_w }} {{ $item->config_y }}
@else

Found 0 Types

@endif