@include('./util/header')
Overview of your account statistics
Total Groups
Open Groups
Closed Groups
Paid Orders
Unpaid Orders
Imported Employees
{{ \Carbon\Carbon::now()->format('F Y') }}
Groups Created
Orders Placed
Orders Paid
Groups Closed
Employees Imported
| Order # | Date | Group | Amount | Status |
|---|---|---|---|---|
| #{{ $order->orderID }} | {{ $dateAdded }} | {{ $order->groupName ?? 'N/A' }} | ${{ $invoiceTotal }} | @if($isCancelled) Cancelled @elseif($isPaid) Paid @else Unpaid @endif |
No orders found
@endif| Group # | Group Name | Created | Status | Action |
|---|---|---|---|---|
| #{{ $group->groupCode }} | {{ $group->groupName }} | {{ $dateAdded }} | @if($isOpen) Open @else Closed @endif | View |
No groups found
@endif