@extends('layouts.master') @section('content')
{{ $message }}
| Raw Material | Status Bayar | SN Box Awal | SN Box Akhir | SN Awal | SN Akhir | Jumlah | Action |
|---|---|---|---|---|---|---|---|
| {{ strtoupper($key) }} | {{ $val['pay_method'] }} | {{ $val['min_sno'] }} | {{ $val['max_sno'] }} | {{ $val['min_sn'] }} | {{ $val['max_sn'] }} | {{ number_format($val['quantity'],0,",",".") }} | @if( intval($val['quantity']) <= intval($val['quantity_warehouse']) ) Detail @else Buat RPO @endif |