@foreach($all_field as $field) @if(!in_array($field, $pre_field))
{!! $errors->first($field, ':message') !!}
@endif @endforeach
{!! csrf_field() !!}