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

Detail {{ $title }}

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

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

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

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

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

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

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

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

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

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

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

Warning: Attempt to read property "jumlah" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_realisasi/detail.blade.php on line 91
@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_realisasi/detail.blade.php on line 95

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Data {{ $title }}

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