@extends('layouts.master') @section('content')
{{ $message }}
| Raw Material | Jumlah | Status Bayar | Action | |
|---|---|---|---|---|
| {{ strtoupper($val->raw_material) }} | {{ $val->quantity}} | {{ $pay_method[intval($val->pay_method)] }} | @if($rrcm->status !=0)Detail | @else- | @endif
| Raw Material | Status Bayar | SN Box Awal | SN Box Akhir | SN Awal | SN Akhir | Jumlah |
|---|---|---|---|---|---|---|
| {{ strtoupper($key) }} | {{ $val['pay_method'] }} | {{ $sn1->serial_number_outer }} | {{ $sn_out }} | {{ $sn1->serial_number }} | {{ $sn2 }} | {{ number_format($val['quantity'],0,",",".") }} |