PIREP fields are only shown for manual PIREPs.

@foreach($fields as $field) @endforeach
Name Required
{!! $field->name !!} @if($field->required === true) Required @endif {!! Form::open(['route' => ['admin.pirepfields.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() !!}