@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content')

Total Income

{{ formatCurrency($total_income) }}

Total Invoice

{{ formatCurrency($total_sales) }}

Invoice Due

{{ formatCurrency($receivables) }}

Total Expenses

{{ formatCurrency($total_expenses) }}

Cash on Hand

{{ formatCurrency($cash_on_hand) }}

Total Payables

{{ formatCurrency($payables) }}

Scan receipts effortlessly, anywhere

Automatic expense tracking with Wave’s mobile app.

Get started →

Connect your bank account

Automate your bookkeeping by importing transactions automatically.

Revenue vs Expenses +0%
Cash Flow -0%
Payable & Owing
Invoices payable to you
Coming Due {{ formatCurrency($receivablesAging['coming_due']) }}
1-30 days overdue {{ formatCurrency($receivablesAging['1_30']) }}
31-60 days overdue {{ formatCurrency($receivablesAging['31_60']) }}
61-90 days overdue {{ formatCurrency($receivablesAging['61_90']) }}
> 90 days overdue {{ formatCurrency($receivablesAging['over_90']) }}
Bills you owe
Coming Due {{ formatCurrency($payablesAging['coming_due']) }}
1-30 days overdue {{ formatCurrency($payablesAging['1_30']) }}
31-60 days overdue {{ formatCurrency($payablesAging['31_60']) }}
61-90 days overdue {{ formatCurrency($payablesAging['61_90']) }}
> 90 days overdue {{ formatCurrency($payablesAging['over_90']) }}
Net Income
@foreach($netIncomeComparison as $period => $values) @endforeach
Fisical period Current Previous
{{ $period }} {{ formatCurrency($values['current']) }} {{ formatCurrency($values['previous']) }}
@endsection