Mandatory fields
{{Form::ffText('name',$recurringTransaction->name)}}
{{Form::ffTags('match',join(',',explode(' ',$recurringTransaction->match)))}}
{{Form::ffAmount('amount_min',$recurringTransaction->amount_min)}}
{{Form::ffAmount('amount_max',$recurringTransaction->amount_max)}}
{{Form::ffDate('date',$recurringTransaction->date->format('Y-m-d'))}}
{{Form::ffSelect('repeat_freq',$periods,$recurringTransaction->repeat_freq)}}