@extends('layouts.default') @section('content')
Technically speaking, withdrawals, deposits and transfers are all transactions, moving money from account A to account B.
@if($what == 'withdrawal') A withdrawal is when you spend money on something, moving an amount to a beneficiary. @endif @if($what == 'deposit') A deposit is when you earn money, moving an amount from a beneficiary into your own account. @endif @if($what == 'transfer') TRANSFER @endif
{{$errors->first('description')}}
@endif{{$errors->first('account_id')}}
@endif{{$errors->first('beneficiary')}}
@else This field will auto-complete your existing beneficiaries (if any), but you can type freely to create new ones. @endif{{$errors->first('account_from_id')}}
@endif{{$errors->first('account_to_id')}}
@endif{{$errors->first('amount')}}
@endif{{$errors->first('date')}}
@endif{{$errors->first('budget_id')}}
@else Select one of your budgets to make this transaction a part of it. @endif{{$errors->first('category')}}
@else 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. @endif{{$errors->first('piggybank_id')}}
@else You can directly add the amount you're transferring to one of your piggy banks, provided they are related to the account your transferring to. @endif