@extends('admin.layout') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('page-icon', 'speedometer2') @section('content') @php $curMonth = DateTime::createFromFormat('!m', $month)->format('F') . ' ' . $year; @endphp {{-- Total spending card --}}
| Date | Team | Notes | Amount |
|---|---|---|---|
| {{ $entry->created_at->format('d M Y') }} | {{ $entry->team?->name ?? '-' }} | {{ $entry->notes ?: '-' }} | ${{ number_format($entry->amount, 2) }} |
| No entries yet. | |||