@component('admin.components.info') These are custom fields that can be filled out by a user @endcomponent
@foreach($fields as $field) @endforeach
Name
{{ $field->name }} {{ Form::open(['route' => ['admin.userfields.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() }}