@foreach($aircraft as $ac) @endforeach
ICAO Name Subfleet Registration Active Actions
{!! $ac->icao !!} {!! $ac->name !!} @if($ac->subfleet) {!! $ac->subfleet->name !!} @else - @endif {!! $ac->registration !!} {!! Form::open(['route' => ['admin.aircraft.destroy', $ac->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}