@extends('layouts.default') @section('content')
Use budgets to organize and limit your expenses.
Firefly uses the envelope system. Every budget is an envelope in which you put money every [period]. Expenses allocated to each budget are paid from this (virtual) envelope.
When the envelope is empty, you must stop spending on the budget. If the envelope still has some money left at the end of the [period], congratulations! You have saved money!
{{$errors->first('name')}}
@else For example: groceries, bills @endif{{$errors->first('amount')}}
@else What's the most you're willing to spend in this budget? This amount is "put" in the virtual envelope. @endif{{$errors->first('repeat_freq')}}
@else How long will the envelope last? A week, a month, or even longer? @endif{{$errors->first('repeats')}}
@else If you want, Firefly can automatically recreate the "envelope" and fill it again when the timespan above has expired. Be careful with this option though. It makes it easier to fall back to old habits. Instead, you should recreate the envelope yourself each [period]. @endif