@extends('layouts.app') @section('title', 'Tambah Barang Masuk — ' . $project->nama_proyek) @section('page-style') @endsection @section('content')
{{-- Budget Alert --}}ANGGARAN RAB MATERIAL
Rp {{ number_format($rabBudget, 0, ',', '.') }}SUDAH DIBELI
Rp {{ number_format($totalPurchased, 0, ',', '.') }}SISA ANGGARAN
Rp {{ number_format($remaining, 0, ',', '.') }} @if($remaining <= 0) HABIS @endif