@extends('layouts.template') @section('title') View | DPBB NON MEDIS @endsection @section('pagetitle') View Item @endsection @section('breadcumb') @endsection @section('content')
@csrf
{{$data->doc_no}}
{{$data->doc_date}}
@if($data->jenis_dokumen=='UMUM') UMUM @elseif($data->jenis_dokumen=='TEKNIK') TEKNIK @else IT @endif

List Item


@foreach ($child as $r)
Notice: Undefined variable: r in C:\xampp\htdocs\dpbb\resources\views\nonmedis\show.blade.php on line 104

Notice: Trying to get property 'total_harga' of non-object in C:\xampp\htdocs\dpbb\resources\views\nonmedis\show.blade.php on line 104
@endforeach
Nama Barang Satuan Diminta Harga Total Harga Spesifikasi KAK Last Komentar
{{$r->nama_brand}} {{$r->nama_satuan}} {{$r->jumlah_diminta}} {{number_format($r->harga_unit, 0)}} {{number_format($r->total_harga,0)}}
Notice: Undefined variable: r in C:\xampp\htdocs\dpbb\resources\views\nonmedis\show.blade.php on line 94

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