Circle Scent
Tebet, Jakarta Selatan, Indonesia
08138251880
Penerima
{{ $checkout->nama_pelanggan ?? $checkout->user->name ?? '-' }}
{{ $checkout->phone ?? $checkout->no_hp ?? $checkout->user->phone ?? '-' }}
{{ $checkout->alamat_pengiriman }}
Informasi Pengiriman
Tanggal {{ \Carbon\Carbon::parse($checkout->created_at)->format('d M Y H:i') }}
Pengiriman {{ $checkout->metode_pengiriman == 'ditoko' ? 'Ambil di Toko' : 'Delivery Toko' }}
Pembayaran {{ ucfirst($checkout->metode_pembayaran) }}
Isi Paket
@php $subtotal = 0; $ongkir = $checkout->ongkir ?? 0; @endphp @foreach($produkDetails as $produk) @php $total = $produk['jumlah'] * $produk['harga']; $subtotal += $total; $ukuran = $produk['ukuran'] ?? null; $level = $produk['level'] ?? null; @endphp @endforeach
Produk Qty Harga
{{ $produk['nama'] }} @if($ukuran || $level)
@if($ukuran) Ukuran: {{ $ukuran }} @endif @if($ukuran && $level) | @endif @if($level) Level: {{ $level }} @endif
@endif
{{ $produk['jumlah'] }} Rp {{ number_format($total, 0, ',', '.') }}
Total: Rp {{ number_format($subtotal + $ongkir,0,',','.') }}
INV{{ str_pad($checkout->id, 6, '0', STR_PAD_LEFT) }}
Tempel pada paket