@extends('layouts.default') @section('content') {{Form::open(['class' => 'form-horizontal'])}}

Home screen accounts

Which accounts should be displayed on the home page?

@foreach($accounts as $account)
@endforeach

Home view range

By default, Firefly will show you one month of data.

Submit

{{Form::close()}} @stop @section('scripts') @stop