@extends('layouts.template') @section('title') View | PPAB @endsection @section('pagetitle') View Approval @endsection @section('breadcumb') @endsection @section('content')
@if($data->status_approval=='0')
@csrf
{{$data->rencana->doc_no}}
{{$data->rencana->doc_date}}
@if($data->rencana->jenis_dokumen=='obat') Obat dan BHMP @elseif($data->rencana->jenis_dokumen=='alkes') Alkes, Investasi, Eksploitasi @elseif($data->rencana->jenis_dokumen=='UMUM') UMUM @elseif($data->rencana->jenis_dokumen=='TEKNIK') TEKNIK @else IT @endif
@if($data->jabatan=='Kasudiv Keuangan')
@endif
@endif

List Item


@foreach ($child as $r) @if($data->status_approval=='0') @endif
Notice: Undefined variable: r in C:\xampp\htdocs\dpbb\resources\views\approvalppab\view.blade.php on line 167

Notice: Trying to get property 'total_harga' of non-object in C:\xampp\htdocs\dpbb\resources\views\approvalppab\view.blade.php on line 167
@endforeach
Nama Barang Satuan Ongkos Kirim Biaya Lain Diminta Harga Total Harga Spesifikasi Lampiran Komentar Aksi
{{$r->nama_brand}} {{$r->nama_satuan}} {{number_format($r->ongkos_kirim,0)}} {{number_format($r->biaya_lain,0)}} {{number_format($r->jumlah_diminta,0)}} {{number_format($r->harga_unit, 0)}} {{number_format($r->total_harga,0)}}
Notice: Undefined variable: r in C:\xampp\htdocs\dpbb\resources\views\approvalppab\view.blade.php on line 151

Notice: Trying to get property 'spesifikasi' of non-object in C:\xampp\htdocs\dpbb\resources\views\approvalppab\view.blade.php on line 151
@if($r->file_pendukung) Open @endif {{$r->komen}}
RKAP Tahun 2025 {{number_format($data->rencana->rkap, 0)}} Jumlah {{number_format($total, 0)}}
Telah Diminta {{number_format($data->rencana->telah_diminta, 0)}} PPN (11%) {{number_format($PPN, 0)}}
Permintaan {{number_format($data->rencana->permintaan, 0)}} TOTAL {{number_format($GRAND, 0)}}
Sisa RKP s/d bulan ini {{number_format($data->rencana->sisa_rkp, 0)}}
@endsection @section('script') @endsection