@extends('layouts.app') @section('page_title', 'Finances - Annual Overview') @section('content')

Finances

Annual Overview - {{ $currentYear }}

@php $months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; @endphp @for ($month = 1; $month <= 12; $month++) @endfor

Legend

Income
Fixed Costs
Variable Costs
Bank Account
@endsection