@extends('layouts.frontend') @section('content')
Товар | Цена | Количество | Сумма | |
---|---|---|---|---|
![]() |
${{ number_format($product->price, 2) }} |
{{ $quantity }}
|
${{ number_format($subtotal, 2) }} | |
Итого: | ${{ number_format($total, 2) }} |