@extends('layouts.app') @section('title', 'Dashboard') @section('page_title', 'Dashboard') @section('content')
Get started with creating new items
{{ $upcomingReminders->count() }} reminder{{ $upcomingReminders->count() !== 1 ? 's' : '' }}
{{ $reminder->reminder_date->format('M d, Y') }} @if($reminder->reminder_time) at {{ $reminder->reminder_time }} @endif
No upcoming reminders
You're all caught up!
{{ $overdueReminders->count() }} item{{ $overdueReminders->count() !== 1 ? 's' : '' }} need attention
Was due: {{ $reminder->reminder_date->format('M d, Y') }}
+{{ $overdueReminders->count() - 5 }} more overdue
@endif{{ $inProgressTasks->count() }} task{{ $inProgressTasks->count() !== 1 ? 's' : '' }} being worked on
+{{ $inProgressTasks->count() - 5 }} more in progress
@endifCurrent month financial snapshot
Current account status
Bank Entry: {{ number_format($bankBalance?->actual_amount ?? 0, 2) }} + NET: {{ number_format($currentMonthData['net'], 2) }}
NET result progression