Amount: {!! Amount::format($rep->amount) !!}
Spent: {!! Amount::format($rep->spentInRepetition()) !!}
spentInRepetition() > $rep->amount;
?>
@if($overspent)
spentInRepetition());
$pct = $spent != 0 ? ($rep->amount / $spent)*100 : 0;
?>
@else
amount);
$pct = $amount != 0 ? ($rep->spentInRepetition() / $amount)*100 : 0;
?>
@endif