@extends('layouts.app') @section('title', 'RAB ' . ucfirst($type) . ' — ' . $project->nama_proyek) @section('page-style') @endsection @section('content') @include('admin.projects.tabs', ['activeTab' => 'rab_'.$type])
TOTAL ANGGARAN RAB {{ strtoupper($type) }}
JUMLAH ITEM {{ $type === 'material' ? 'MATERIAL' : 'PEKERJAAN' }}
JUMLAH KATEGORI
| No | {{ $type === 'material' ? 'Material' : 'Uraian Pekerjaan' }} | Sat. | Volume | Harga Satuan | Jumlah (Rp) | Aksi |
|---|---|---|---|---|---|---|
| {{ $catName }} | ||||||
| {{ $rowNum++ }} | {{ $d->uraian_pekerjaan }} | {{ $d->satuan }} | {{ number_format($d->volume, 2, ',', '.') }} | {{ number_format($d->harga_satuan, 0, ',', '.') }} | {{ number_format($d->total_harga, 0, ',', '.') }} | |
| Sub Total {{ $catName }} | {{ number_format($subTotals[$catName] ?? 0, 0, ',', '.') }} | |||||
|
Belum ada item RAB. Gunakan form di atas untuk menambahkan. |
||||||
| GRAND TOTAL RAB {{ strtoupper($type) }} | Rp {{ number_format($grandTotal, 0, ',', '.') }} | |||||