NUEVO PROVEEDOR

Registrar
@include('components.overlay_search') @include('components.overlay_save')

Proveedor

Registrar datos del nuevo Proveedor:

@if ($errors->has('tipo_persona')) {{ $errors->first('tipo_persona') }} @endif
Sunat @if ($errors->has('ruc')) {{ $errors->first('ruc') }} @endif
Reniec @if ($errors->has('dni')) {{ $errors->first('dni') }} @endif
@if ($errors->has('estado')) {{ $errors->first('estado') }} @endif
@if ($errors->has('descripcion')) {{ $errors->first('descripcion') }} @endif
@if ($errors->has('direccion')) {{ $errors->first('direccion') }} @endif
@if ($errors->has('zona')) {{ $errors->first('zona') }} @endif
@if ($errors->has('correo')) {{ $errors->first('correo') }} @endif
@if ($errors->has('telefono')) {{ $errors->first('telefono') }} @endif
@if ($errors->has('celular')) {{ $errors->first('celular') }} @endif
Los campos marcados con asterisco (*) son obligatorios.