@extends('layouts.template') @section('title') View | PPAB @endsection @section('pagetitle') View Item @endsection @section('breadcumb') @endsection @section('content')
Nama Barang | Satuan | Ongkos Kirim | Biaya Lain | Diminta | Harga | Total Harga | Spesifikasi | KAK | Last Komentar | @foreach ($child as $r)|
---|---|---|---|---|---|---|---|---|---|---|
{{$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)}} |