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

Realizar Preventa

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