@extends('layout') @section('content') @include('ventas.cotizaciones.modal-cliente') @section('ventas-active', 'active') @section('cotizaciones-active', 'active') @csrf

REGISTRAR NUEVA COTIZACIÓN

@csrf

Datos Generales

@if ($errors->has('fecha_documento')) {{ $errors->first('fecha_documento') }} @endif
@if ($errors->has('empresa')) {{ $errors->first('empresa') }} @endif
@if ($errors->has('fecha_atencion')) {{ $errors->first('fecha_atencion') }} @endif
@if ($errors->has('condicion_id')) {{ $errors->first('condicion_id') }} @endif
@if ($errors->has('cliente')) {{ $errors->first('cliente') }} @endif

Seleccionar productos

{{--
--}}
@include('ventas.cotizaciones.table-stocks')
{{--
ACCIONES CANT PRODUCTO MODELO COLOR TALLA P.UNITARIO SUBTOTAL TOTAL
Sub Total: 0.00
IGV : 0.00
TOTAL: 0.00
--}}

Detalle de la Cotización

@include('ventas.cotizaciones.table-stocks',[ "carrito" => "carrito" ])
Los campos marcados con asterisco () son obligatorios.
Regresar {{-- --}}
@stop @push('styles') @endpush @push('scripts') @endpush