@extends('site.layouts.app') @section('title', 'Payment') @section('stylesheets') @endsection @section('content')
| No | Menu / Item | Qty | Harga Satuan | Total |
|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $item->name }}
{{ $item->uom ?? '' }}
|
{{ $item->qty }} | Rp {{ number_format($item->price ?? 0, 0, ',', '.') }} | Rp {{ number_format($subtotal, 0, ',', '.') }} |
|
Tidak ada item makanan |
||||
| TOTAL HARGA | Rp {{ number_format($payment->amount ?? ($data->total_price ?? 0), 0, ',', '.') }} | |||
{{ $data->note_order ?? 'Tidak ada catatan' }}