@extends('layouts.master') @section('content')

Summary Request Raw Card Material Baru

@if($message = Session::get('success'))

Sukses!

{{ $message }}

@endif @if(count($errors) > 0)
Whoopss!  Ada error ketika input.
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if($rrcm->status == 0)
 
@foreach($rrcmd as $key => $val) @if($rrcm->status !=0) @else @endif @endforeach
Raw Material Jumlah Status Bayar Action
{{ strtoupper($val->raw_material) }} {{ $val->quantity}} {{ $pay_method[intval($val->pay_method)] }} Detail -
 
@else
@foreach($arr_rrcmd as $key => $val) @endforeach
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,",",".") }}
 
@endif
@if($rrcm->status == 0)
@csrf Kembali
@else Kembali @endif
@endsection