@extends('layouts.template') @section('title') View | PPAB @endsection @section('pagetitle') View Approval @endsection @section('breadcumb') @endsection @section('content')
Nama Barang | Satuan | Ongkos Kirim | Biaya Lain | Diminta | Harga | Total Harga | Spesifikasi | Lampiran | Komentar | Aksi | @foreach ($child as $r) |
---|---|---|---|---|---|---|---|---|---|---|---|
{{$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}} | @if($data->status_approval=='0')@endif | |
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)}} |