@extends('layouts.frontend') @section('title', 'Keranjang Belanja') @section('content')
|
|
Produk | Harga | Jumlah | Total | |
|---|---|---|---|---|---|
|
|
{{ $item->produk->nama_produk }}
|
Rp {{ number_format($item->produk->harga, 0, ',', '.') }} |
|
Rp {{ number_format($total_per_item, 0, ',', '.') }} |