@extends('layouts.master') @section('content')
| # | Product | SN Awal | SN Akhir | Harga | Order | Terkirim | Pending | Metode Bayar |
|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $val->product }} | {{ $val->sn_awal }} | {{ $val->sn_akhir }} | Rp {{ number_format($val->price_per_unit,0,",",".") }} | {{ $val->total }} | {{ $val->qty_del }} | {{ $val->total - $val->qty_del }} | {{ $pay_method[$val->pay_method] }} |
| TOTAL | Rp {{ number_format($jumlah,0,",",".") }} | |||||||
| Diserahkan oleh | Diterima oleh | @if($val->total - $val->qty_del == 0) @else @endif | Qty Delivery | @if(($val->total - $val->qty_del) == 0) @else @endif | Kembali | |
| SN Awal | SN Akhir | |||||