@extends('layouts.app') @section('content')
Dashboard
New Users
15,000

Increase by +200 this week

Active Users
8,000

Increase by +200 this week

Total Sales
$5,00,000

Increase by -$10k this week

Conversion
25%

Increase by +5% this week

Leads
250

Increase by +20 this week

Total Profit
$3,00,700

Increase by +$15k this week

Revenue Growth
Weekly Report
$50,000.00
$10k
Earning Statistic
Yearly earning overview
Sales
$200k
Income
$200k
Profit
$200k
Campaigns
Email
80%
Website
60%
Facebook
49%
Email
70%
Customer Overview
  • Total: 500
  • New: 500
  • Active: 1500
Client Payment Status
Weekly Report
  • Paid: 500
  • Pending: 500
  • Overdue: 1500
Countries Status
USA
1,240 Users
80%
Japan
1,240 Users
60%
France
1,240 Users
49%
Germany
1,240 Users
100%
Top Performer
View All
Dianne Russell
Agent ID: 36254
60/80
Wade Warren
Agent ID: 36254
50/70
Albert Flores
Agent ID: 36254
55/75
Bessie Cooper
Agent ID: 36254
60/80
Arlene McCoy
Agent ID: 36254
55/75
Arlene McCoy
Agent ID: 36254
50/70
View All

Payment Amounts Grouped by Enquiry Type

@foreach($totalPaymentsByType as $entry) @endforeach
Enquiry Type Total Payment Amount
{{ $entry->type }} {{ $entry->total_amount }}

Total Payments Grouped by Enquiry Type

@php $previousType = ''; @endphp @foreach($totalPaymentsByStatus as $entry) @if($entry->type !== $previousType) @if($previousType !== '') @endif @php $previousType = $entry->type; @endphp @else @endif @endforeach @if($previousType !== '') @endif
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) }}

Payment Amounts Grouped by Enquiry Type

@foreach($totalPaymentsByType as $entry) @endforeach
Enquiry Type Total Payment Amount
{{ $entry->type }} {{ $entry->total_amount }}

Total Payments Grouped by Enquiry Type

Total Payments Grouped by Enquiry Type

@php $previousType = ''; @endphp @foreach($totalPaymentsByStatus as $entry) @if($entry->type !== $previousType) @if($previousType !== '') @endif @php $previousType = $entry->type; @endphp @else @endif @endforeach @if($previousType !== '') @endif
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) }}
@endsection