@extends('layouts.admin', [ 'title' => 'Invoice Report', 'pageTitle' => 'Invoice Report', 'active' => 'reports', ]) @section('content')
Monitor invoice volume, paid and unpaid totals, overdue invoices, and collection health.
@include('admin.reports.partials.nav', ['activeTab' => 'invoices']){{ $item['label'] }}
{{ $item['value'] }}
($item['tone'] ?? null) === 'success', 'text-amber-600' => ($item['tone'] ?? null) === 'warning', 'text-red-600' => ($item['tone'] ?? null) === 'danger', 'text-booklio-muted' => ! in_array(($item['tone'] ?? null), ['success', 'warning', 'danger'], true), ])>{{ $item['note'] }}