{!! Form::label('type', 'Document Type') !!}
{!! Form::select('type', config('enum.document_types'), null, ['class' => $errors->has('type') ? 'form-control is-invalid' : 'form-control', 'id' => 'file_type']) !!} @if ($errors->has('type')) {{ $errors->first('type') }} @endif
{!! Form::file('passport', ['class' => 'custom-file-input','id'=>'file_name']) !!} {!! Form::label('passport', 'passport', ['class' => 'custom-file-label','id'=>'file_label']) !!}
Delete Document @section('scripts') @parent @endsection