@if($aircraft->airport) {!! $aircraft->airport->icao !!}
{!! $aircraft->name !!}
{!! $aircraft->registration !!}
@if ($aircraft->active == '1') yes @else no @endif