@extends('layouts.template') @section('title') View | PPAB @endsection @section('pagetitle') View Item @endsection @section('breadcumb') @endsection @section('content')
@csrf
{{$data->doc_no}}
{{$data->doc_date}}
@if($data->jenis_dokumen=='obat') Obat dan BHMP @elseif($data->jenis_dokumen=='alkes') Alkes, Investasi, Eksploitasi @elseif($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\ppab\show.blade.php on line 111

Notice: Trying to get property 'total_harga' of non-object in C:\xampp\htdocs\dpbb\resources\views\ppab\show.blade.php on line 111
@endforeach
Nama Barang Satuan Ongkos Kirim Biaya Lain Diminta Harga Total Harga Spesifikasi KAK Last Komentar
{{$r->nama_brand}} {{$r->nama_satuan}} {{number_format($r->ongkos_kirim, 0)}} {{number_format($r->biaya_lain, 0)}} {{$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\ppab\show.blade.php on line 101

Notice: Trying to get property 'spesifikasi' of non-object in C:\xampp\htdocs\dpbb\resources\views\ppab\show.blade.php on line 101
@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