@extends('layouts.cliente.app') @section('title', 'Meu Carrinho') @section('content') @php $discountRate = 0.05; @endphp
| Produto | Preço | Qtd | Subtotal | |
|---|---|---|---|---|
{{ $product->name }}
Stock: {{ $stock }}
|
{{-- PREĂO --}}
{{ number_format($price,2,',','.') }} Kz | {{-- QTD --}}
|
{{-- SUBTOTAL --}}
{{ number_format($item->quantity * $price,2,',','.') }} Kz | {{-- DELETE --}}