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

Detail {{ $title }}

@csrf {{ method_field('PUT') }} @if($data->status == 'Prepared' && \Auth::user()->check_menu("Permintaan Barang", "Approve")) @endif Cetak Form Permintaan Barang @if($data->rejected_id == NULL && Auth::user()->check_menu("Permintaan Barang", "Approve") ) @endif
@foreach($data->detail as $dd)
Warning: Undefined variable $dd in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_permintaan_barang/detail.blade.php on line 72

Warning: Attempt to read property "qty" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_permintaan_barang/detail.blade.php on line 72

Warning: Undefined variable $dd in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_permintaan_barang/detail.blade.php on line 72

Warning: Attempt to read property "harga" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_permintaan_barang/detail.blade.php on line 72

Warning: Undefined variable $dd in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_permintaan_barang/detail.blade.php on line 74

Warning: Attempt to read property "qty" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_permintaan_barang/detail.blade.php on line 74
@endforeach
No Nama Barang Harga (Rp) Qty Sub Total(Rp)  
1 {{ $dd->nm_barang }} {{ number_format($dd->harga) }} {{ number_format($dd->qty) }} {{ number_format($subTotal) }}
TOTAL Permintaan Barang (Rp.) : 0 0

Data {{ $title }}

@csrf @if($data->rejected_id)
@endif
@endsection