{{-- resources/views/invoice/show.blade.php --}} @extends('layouts.app') @section('title', 'Invoice #' . $order->id) @section('content')
Dokumentasi Pemesanan Pelanggan
| ๐ฝ๏ธ Pesanan | Jumlah | Harga | Total |
|---|---|---|---|
|
{{ $menu->item->name }}
@if($menu->item->description)
{{ $menu->item->description }}
@endif
|
{{ $menu->quantity }} | Rp {{ number_format($menu->item->price, 0, ',', '.') }} | Rp {{ number_format($menu->item->price * $menu->quantity, 0, ',', '.') }} |
1226774415 (BNI) ๐ณ
{{ $order->description }}
Kami Harap Anda Menikmati Hidangan Yang Kami Siapkan!