@extends('layouts.app') @section('title', 'Detail Financial Goal - GrowCash') @section('content')
Progress: {{ number_format($progress, 1) }}%
Sisa yang dibutuhkan: Rp {{ number_format(max(0, $goal->target - $totalPemasukkan), 0, ',', '.') }}