@extends('layouts.app') @section('title', 'Edit Barang Masuk — ' . $project->nama_proyek) @section('page-style') @endsection @section('content')
{{-- Budget Info --}}ANGGARAN RAB MATERIAL
Rp {{ number_format($rabBudget, 0, ',', '.') }}NILAI TRANSAKSI INI SEBELUMNYA
Rp {{ number_format($oldTotal, 0, ',', '.') }}SISA ANGGARAN EFEKTIF (TERMASUK NILAI LAMA)
Rp {{ number_format($remaining, 0, ',', '.') }} @if($remaining <= 0) HABIS @endif