@extends('layouts.default') @section('content') {{Form::open(['class' => 'form-horizontal','url' => route('recurring.store')])}}
{{$errors->first('name')}}
@endif{{$errors->first('match')}}
@endif{{$errors->first('amount_min')}}
@endif{{$errors->first('amount_max')}}
@endif{{$errors->first('date')}}
@endif{{$errors->first('repeat_freq')}}
@endif
{{$errors->first('skip')}}
@else Make Firefly skip every n times. Fill in2, and Firefly
will match, skip, skip and match a transaction.
@endif