@extends('layouts.master') @section('content')
{{ $message }}
| Raw Material | Toko | Harga Jual (Rp) | Jumlah | SN Awal | SN Akhir | Status Bayar |
|---|---|---|---|---|---|---|
| {{ strtoupper($key) }} | {{ $val['retailer']." ".$val['qr_code'] }} | {{ number_format($val['eup'],0,",",".") }} | {{ number_format($val['quantity'],0,",",".") }} | {{ $val['min_sn'] }} | {{ $val['max_sn'] }} | {{ $pay_method[intval($val['pay_method'])] }} |