@extends('layouts.default') @section('content') {{ Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName()) }}

Create new repeated expense

@foreach($expenses as $entry)
{{{$entry->name}}} ({{Amount::format($entry->targetamount)}})
@if(Steam::percentage($entry,$entry->currentRep) > 30) {{Amount::format($entry->currentRep->currentamount,false)}} @endif
@if(Steam::percentage($entry,$entry->currentRep) <= 30)  {{Amount::format($entry->currentRep->currentamount,false)}} @endif
@endforeach

Create new repeated expense

@stop @section('scripts') @stop