@extends('layouts.user') @section('title', 'Keranjang') @section('content')
Keranjang kosong 😋
@else| Pizza | Jumlah | Harga (Satuan) | Total Harga | Aksi |
|---|---|---|---|---|
| {{ $pizza->nama ?? 'Produk sudah dihapus' }} | {{ $item->jumlah }} | {{ $pizza ? 'Rp ' . number_format($pizza->harga, 0, ',', '.') : '-' }} | {{ $pizza ? 'Rp ' . number_format($total, 0, ',', '.') : '-' }} |