@foreach($airports as $airport) @endforeach
ICAO Name Location Hub GH Cost 100LL JetA MOGAS
{{ $airport->icao }} {{ $airport->name }} {{ $airport->location }} @if($airport->hub === true) Hub @endif {{ $airport->ground_handling_cost }} {{ $airport->fuel_100ll_cost }} {{ $airport->fuel_jeta_cost }} {{ $airport->fuel_mogas_cost }} {{ Form::open(['route' => ['admin.airports.destroy', $airport->id], 'method' => 'delete']) }} {{ Form::button('', ['type' => 'submit', 'class' => 'btn btn-sm btn-danger btn-icon', 'onclick' => "return confirm('Are you sure?')"]) }} {{ Form::close() }}