@extends('dashboard.layouts.app') @section('title', __('dashboard.Expenses Statistics')) @section('page_heading', __('dashboard.Expenses Statistics')) @section('breadcrumb')
| # | {{ __('dashboard.Date') }} | {{ __('dashboard.Total Expenses') }} |
|---|---|---|
| {{ $index + 1 }} | {{ $date }} | {{ number_format($chartData['amounts'][$index], 2) }} |