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

Detail {{ $title }}

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

Warning: Attempt to read property "harga_barang" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 85

Warning: Attempt to read property "harga_beli" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 85

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

Warning: Attempt to read property "harga_barang" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 85

Warning: Attempt to read property "harga_beli" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 85

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

Warning: Attempt to read property "diskon" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 85

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

Warning: Attempt to read property "jumlah" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 86

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

Warning: Attempt to read property "jumlah" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 88
@endforeach
No Kode Nama Barang Harga (Rp) Diskon (%) Jumlah Sub Total(Rp)  
1
Warning: Undefined variable $dd in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 92

Warning: Attempt to read property "harga_barang" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 92

Warning: Attempt to read property "barang" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 92

Warning: Attempt to read property "kd_barang" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 92

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

Warning: Attempt to read property "harga_barang" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 93

Warning: Attempt to read property "barang" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 93

Warning: Attempt to read property "nm_barang" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 93

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

Warning: Attempt to read property "harga_barang" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 94

Warning: Attempt to read property "harga_beli" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 94

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 94
0

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

Warning: Attempt to read property "diskon" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 95

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

Warning: Attempt to read property "jumlah" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_pembelian/detail.blade.php on line 96
0
TOTAL BELANJA (Rp.) : 0 0  

Data {{ $title }}

@csrf
{{$data->keterangan}}
@endsection