@extends('adminlte::page') @section('title', 'Nueva Cotización') @section('plugins.Select2', true) @push('css') @endpush @section('content_header')

Crear Nueva Cotización

@stop @section('content') @if ($errors->any()) @endif
@csrf
Datos de la Cotización
@error('cliente_id') {{ $message }} @enderror
@error('fecha_emision') {{ $message }} @enderror
@error('fecha_vencimiento') {{ $message }} @enderror
@error('estado') {{ $message }} @enderror
Productos de la Cotización
0 productos
# Código Descripción Cantidad Precio Unit. Desc. % Imp. % Subtotal Acción

No hay productos agregados. Busca y agrega productos arriba.
Resumen
Subtotal: S/ 0.00
Descuento:
Impuesto: S/ 0.00
TOTAL: S/ 0.00

Cancelar
@stop @section('css') @stop @section('js') @if(session('cotizacion_creada') && isset($cotizacion)) @endif @stop