@extends('layouts.default') @section('content') {{ Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName(), $bill) }}
{{{$bill->name}}} @if($bill->active) @else @endif @if($bill->automatch) @else @endif
Matching on @foreach(explode(',',$bill->match) as $word) {{{$word}}} @endforeach between {{mf($bill->amount_min)}} and {{mf($bill->amount_max)}}. Repeats {{$bill->repeat_freq}}.
Next expected match nextExpectedMatch();?> @if($nextExpectedMatch) {{$nextExpectedMatch->format('j F Y')}} @else Unknown @endif
Chart
Connected transaction journals
@include('list.journals-full')
@stop @section('scripts') {{HTML::script('assets/javascript/firefly/gcharts.options.js')}} {{HTML::script('assets/javascript/firefly/gcharts.js')}} {{HTML::script('assets/javascript/firefly/bills.js')}} @stop