{!! Form::label('document_type',trans('general.tipo').' '. trans('general.documento')) !!} {!! Form::text('document_type', null, ['class' => 'form-control']) !!} @if ($errors->has('document_type')) {{ $errors->first('document_type') }} @endif
{!! Form::submit(trans('general.save'), ['class' => 'btn btn-success btn-flat']) !!} {{trans('general.cancel')}}