@extends('layouts.default') @section('content')

Firefly Edit transaction ""

Technically speaking, withdrawals, deposits and transfers are all transactions, moving money from account A to account B.

A deposit is when you earn money, moving an amount from a beneficiary into your own account.

{{Form::open(['class' => 'form-horizontal'])}}

Mandatory fields

This field will auto-complete your existing beneficiaries (if any), but you can type freely to create new ones.
{{Form::select('account_id',$accounts,Input::old('account_id'),['class' => 'form-control'])}}

Optional fields

Add more fine-grained information to this transaction by entering a category. Like the beneficiary-field, this field will auto-complete existing categories but can also be used to create new ones.
@stop @section('scripts') @stop