@extends('layouts.app') @section('content')
Increase by +200 this week
Increase by +200 this week
Increase by -$10k this week
Increase by +5% this week
Increase by +20 this week
Increase by +$15k this week
| Enquiry Type | Total Payment Amount |
|---|---|
| {{ $entry->type }} | {{ $entry->total_amount }} |
| Enquiry Type | Payment Status | Payment Count | Total Payment Amount |
|---|---|---|---|
| {{ str_replace('_', ' ', $previousType) }} Subtotal | {{ $typeSubtotals[$previousType]['payment_count'] }} | {{ number_format($typeSubtotals[$previousType]['total_amount'], 2) }} | |
| {{ str_replace('_', ' ', $entry->type) }} | {{ $entry->status }} | {{ $entry->payment_count }} | {{ number_format($entry->total_amount, 2) }} |
| {{ $entry->status }} | {{ $entry->payment_count }} | {{ number_format($entry->total_amount, 2) }} | |
| {{ str_replace('_', ' ', $previousType) }} Subtotal | {{ $typeSubtotals[$previousType]['payment_count'] }} | {{ number_format($typeSubtotals[$previousType]['total_amount'], 2) }} | |
| Grand Total | {{ $grandTotalCount }} | {{ number_format($grandTotalAmount, 2) }} | |
| Enquiry Type | Total Payment Amount |
|---|---|
| {{ $entry->type }} | {{ $entry->total_amount }} |
| Enquiry Type | Payment Status | Payment Count | Total Payment Amount |
|---|---|---|---|
| {{ str_replace('_', ' ', $previousType) }} Subtotal | {{ $typeSubtotals[$previousType]['payment_count'] }} | {{ number_format($typeSubtotals[$previousType]['total_amount'], 2) }} | |
| {{ str_replace('_', ' ', $entry->type) }} | {{ $entry->status }} | {{ $entry->payment_count }} | {{ number_format($entry->total_amount, 2) }} |
| {{ $entry->status }} | {{ $entry->payment_count }} | {{ number_format($entry->total_amount, 2) }} | |
| {{ str_replace('_', ' ', $previousType) }} Subtotal | {{ $typeSubtotals[$previousType]['payment_count'] }} | {{ number_format($typeSubtotals[$previousType]['total_amount'], 2) }} | |
| Grand Total | {{ $grandTotalCount }} | {{ number_format($grandTotalAmount, 2) }} | |