@foreach($airframes as $af) @endforeach
ICAO Name SB Airframe ID Created At Updated At
{{ $af->icao }} {{ $af->name }} {{ $af->airframe_id }} {{ $af->created_at->format('d.M.y H:i') }} {{ $af->updated_at->format('d.M.y H:i') }} {{ Form::open(['route' => ['admin.airframes.destroy', $af->id], 'method' => 'delete']) }} {{ Form::button('', ['type' => 'submit', 'class' => 'btn btn-sm btn-danger btn-icon', 'onclick' => "return confirm('Are you sure?')"]) }} {{ Form::close() }}