{{ $title }}
| No | No. Retur | Tgl. Retur | |||
| 1 | Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/laporan/retur/retur_bakery_periode.blade.php on line 84 Warning: Attempt to read property "no_retur" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/laporan/retur/retur_bakery_periode.blade.php on line 84 |
Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/laporan/retur/retur_bakery_periode.blade.php on line 85 Warning: Attempt to read property "tgl_retur" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/laporan/retur/retur_bakery_periode.blade.php on line 85 |
|||
| Kode Roti | Nama Roti | Harga Beli | Jumlah | Sub Total | |
| {{ $detail->roti->kd_roti }} | {{ $detail->roti->nm_roti }} | Rp. {{ number_format($detail->roti->harga_beli) }} | {{ $detail->jumlah }} | Rp. {{ number_format($detail->jumlah * $detail->roti->harga_beli) }} | |
| Total Qty : | {{ $ttlB }} | ||||
| Total Harga Beli : | Rp. {{ number_format($ttlHB) }} | ||||