@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