@extends('layouts.app') @section('content')

🛒 Realizar Venta

@if(session('error'))
{{ session('error') }}
@endif
@csrf
Producto Precio Cantidad Total
Total: 0.00 Bs.
@push('scripts') @endpush @endsection