@extends('layouts.app') @section('title', 'Nuevo Presupuesto') @section('content')

Nuevo Presupuesto

Volver
@csrf @if ($errors->any()) @endif @if (session('error')) @endif @if (old()) @endif
Tasa legal: 1 USD = 1.0000 USD
Productos
Código Producto Cantidad Precio Unit. Descuento % Total Acciones
Resumen de Totales
Subtotal:
$0.00
Descuento:
$0.00

Total:
$0.00
@endsection @push('styles') @endpush @push('scripts') @endpush