@extends('layouts.default') @section('content')
| Matches on: | @foreach(explode(' ',$recurring->match) as $word) {{{$word}}} @endforeach |
| Between | {{mf($recurring->amount_min)}} – {{mf($recurring->amount_max)}} |
| Repeats | {{ucfirst($recurring->repeat_freq)}} |
| Next reminder | {{$recurring->next()->format('d-m-Y')}} |
| Will be auto-matched | @if($recurring->automatch) @else @endif |
| Is active | @if($recurring->active) @else @endif |