@extends('layouts.app') @section('content')
Welcome to your Construction Expense Tracker
Total Expenses
LKR {{ number_format($totalExpenses, 2) }}
Projects
{{ $projects->count() }}
Categories
{{ $categories->count() }}
This Month
LKR {{ number_format($currentMonthTotal, 2) }}
| Project | Progress |
|---|---|
|
{{ $project->name }}
{{ $project->formatted_budget }} / {{ $project->formatted_total_expenses }}
|
|
| Title | Category | Amount |
|---|---|---|
|
{{ $expense->title }}
{{ $expense->expense_date->format('M d') }}
|
{{ $expense->category->name }} | {{ $expense->formatted_amount }} |