@extends('layouts.bootstrap') @section('title', 'Financial Dashboard') @section('content')
No income data for this period.
@endifNo expense data for this period.
@endif| Month | Income | Expenses | Profit |
|---|---|---|---|
| {{ $trend['month'] }} | ${{ number_format($trend['income'], 2) }} | ${{ number_format($trend['expenses'], 2) }} | ${{ number_format($trend['profit'], 2) }} |
No pending actions at this time.
@endif