@extends('layout') @section('mantenimiento-active', 'active') @section('empresas-active', 'active') @section('content')

REGISTRAR NUEVA EMPRESA

{{ csrf_field() }}

Empresa

Registrar datos de la nueva Empresa:

Sunat @if ($errors->has('ruc')) {{ $errors->first('ruc') }} @endif
@if ($errors->has('estado')) {{ $errors->first('estado') }} @endif
@if ($errors->has('razon_social')) {{ $errors->first('razon_social') }} @endif
@if ($errors->has('razon_social_abreviada')) {{ $errors->first('razon_social_abreviada') }} @endif
@if ($errors->has('direccion_fiscal')) {{ $errors->first('direccion_fiscal') }} @endif
@if ($errors->has('direccion_llegada')) {{ $errors->first('direccion_llegada') }} @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
@if ($errors->has('logo')) {{ $errors->first('logo') }} @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

Datos del Representante

Registrar datos del representante:

Reniec @if ($errors->has('dni_representante')) {{ $errors->first('dni_representante') }} @endif
@if ($errors->has('estado_dni_representante')) {{ $errors->first('estado_dni_representante') }} @endif
@if ($errors->has('nombre_representante')) {{ $errors->first('nombre_representante') }} @endif

Datos del R.R.P.P

Registrar datos del R.R.P.P:

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

Entidades Financieras

Registrar entidad financiera de la Empresa:

ACCIONES DESCRIPCION MONEDA CUENTA CCI ITF

Facturación Electrónica

Registrar datos Sunat:

Certificado Sunat

Usuario Secundario Sunat/OSE


Numeración de facturación

Registrar Numeración de facturación de la Empresa:

ACCIONES TIPO DE COMPROBANTE SERIE NÚMERO A INICIAR EMISIÓN INICIALIZADA
Los campos marcados con asterisco () son obligatorios.
Regresar
@include('mantenimiento.empresas.modal') @stop @push('styles') @endpush @push('scripts') @endpush