@extends('layouts.default') @section('content')
{{{$recurring->name}}} @if($recurring->active) @else @endif @if($recurring->automatch) @else @endif
Matching on @foreach(explode(' ',$recurring->match) as $word) {{{$word}}} @endforeach between {{mf($recurring->amount_min)}} and {{mf($recurring->amount_max)}}. Repeats {{$recurring->repeat_freq}}.
Next reminder TODO TODO
@stop