@extends('layouts.default') @section('content') {!! Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName()) !!} {!! Form::open(['class' => 'form-horizontal','id' => 'preferences']) !!}
Home screen accounts

Which accounts should be displayed on the home page?

@foreach($accounts as $account)
@endforeach
Budget settings

What's the maximum amount of money a budget envelope may contain?

{!! ExpandedForm::amount('budgetMaximum',$budgetMaximum,['label' => 'Budget maximum']) !!}
View range

Some charts are automatically grouped in periods. What period would you prefer?

{!! Form::close() !!} @stop