@extends('layouts.default') @section('content') {{ Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName()) }} {{Form::open(['class' => 'form-horizontal','id' => 'preferences'])}}
Which accounts should be displayed on the home page?
@foreach($accounts as $account)What's the maximum amount of money a budget envelope may contain?
{{Form::ffAmount('budgetMaximum',$budgetMaximum,['label' => 'Budget maximum'])}}By default, Firefly will show you one month of data.