@extends('layouts.app') @section('title', 'Mi Carrito') @section('content')
Producto | Precio | Cantidad | Subtotal | Descuento | Total con Descuento | Acciones |
---|---|---|---|---|---|---|
{{ $item->producto->nombre }} | ${{ number_format($item->producto->precio, 2) }} | ${{ number_format($subtotal, 2) }} |
producto->id}", 0) }}" form="procesar-form">
|
${{ number_format($subtotal, 2) }} | ||
Total: | ${{ number_format($total, 2) }} | Descuento general: | ||||
Método de Pago: | Paga con: | |||||