Talonario

Crear nuevo talonario
@csrf @method('POST')
@if ($errors->has('empresa_guardar')) {{ $errors->first('empresa_guardar') }} @endif
@if ($errors->has('tipo_documento_guardar')) {{ $errors->first('tipo_documento') }} @endif
@if ($errors->has('serie_guardar')) {{ $errors->first('serie_guardar') }} @endif
@if ($errors->has('numero_inicio_guardar')) {{ $errors->first('numero_inicio_guardar') }} @endif
@if ($errors->has('numero_final_guardar')) {{ $errors->first('numero_final_guardar') }} @endif
@if ($errors->has('numero_actual_guardar')) {{ $errors->first('numero_actual_guardar') }} @endif
Los campos marcados con asterisco () son obligatorios.