@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content')
Total Income
Total Invoice
Invoice Due
Total Expenses
Cash on Hand
Total Payables
Automatic expense tracking with Wave’s mobile app.
Get started →| 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']) }} |
| 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']) }} |
| Fisical period | Current | Previous |
|---|---|---|
| {{ $period }} | {{ formatCurrency($values['current']) }} | {{ formatCurrency($values['previous']) }} |