@component('admin.components.info') Flights fields that can be filled out. You can still add other custom fields directly in the flight, but this provides a template for all flights. @endcomponent
@foreach($fields as $field) @endforeach
Name
{{ $field->name }} {{ Form::open(['route' => ['admin.flightfields.destroy', $field->id], 'method' => 'delete']) }} {{ Form::button('', ['type' => 'submit', 'class' => 'btn btn-sm btn-danger btn-icon', 'onclick' => "return confirm('Are you sure?')"]) }} {{ Form::close() }}