@foreach($airports as $airport) @endforeach
ICAO Name Location 100LL JetA MOGAS Action
{!! $airport->icao !!} {!! $airport->name !!} {!! $airport->location !!} {!! $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() !!}