@extends('layout') @section('content') @section('compras-active', 'active') @section('proveedor-active', 'active')

REGISTRAR NUEVO PROVEEDOR

{{csrf_field()}}

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
@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

Datos Adicionales

Registrar datos adicionales del proveedor:

Registrar datos del calidad:

@if ($errors->has('calidad')) {{ $errors->first('calidad') }} @endif
@if ($errors->has('telefono_calidad')) {{ $errors->first('telefono_calidad') }} @endif
@if ($errors->has('celular_calidad')) {{ $errors->first('celular_calidad') }} @endif
@if ($errors->has('correo_calidad')) {{ $errors->first('correo_calidad') }} @endif

Registrar datos del contacto:

@if ($errors->has('contacto')) {{ $errors->first('contacto') }} @endif
@if ($errors->has('correo_contacto')) {{ $errors->first('correo_contacto') }} @endif
@if ($errors->has('telefono_contacto')) {{ $errors->first('telefono_contacto') }} @endif
@if ($errors->has('celular_contacto')) {{ $errors->first('celular_contacto') }} @endif

Registrar datos del transporte:

Sunat @if ($errors->has('ruc_transporte')) {{ $errors->first('ruc_transporte') }} @endif
@if ($errors->has('estado_transporte')) {{ $errors->first('estado_transporte') }} @endif
@if ($errors->has('transporte')) {{ $errors->first('transporte') }} @endif
@if ($errors->has('direccion_transporte')) {{ $errors->first('direccion_transporte') }} @endif

Registrar datos del almacen:

@if ($errors->has('direccion_almacen')) {{ $errors->first('direccion_almacen') }} @endif

Redes Sociales

Registrar redes sociales del proveedor:

@if ($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('instagram')) {{ $errors->first('instagram') }} @endif
@if ($errors->has('web')) {{ $errors->first('web') }} @endif

Entidades Financieras

Registrar entidad financiera del proveedor:

ACCIONES DESCRIPCION MONEDA CUENTA CCI ITF
Los campos marcados con asterisco () son obligatorios.
Regresar
@include('compras.proveedores.modal') @stop @push('styles') @endpush @push('scripts') @endpush