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

Create Financial Budget

@csrf
Set Planned Amounts

Income & Expense accounts only.

@foreach($accounts as $index => $account) @endforeach
Account Name Type Planned Amount ($)
{{ $account->name }}
[{{ $account->code }}]
{{ $account->type }}
@endsection