@extends('themes.admin.'.setting('active_admin_theme').'.layouts.default') @section('content') @push('custom-css') @endpush

{{$title}} Today: {{date('j F Y', time())}}

{{$total_members_registered}}

ALL ACCOUNTS REGISTERED

{{$total_hub_admins}}

TOTAL HUB MANAGERS

{{$total_customers}}

TOTAL CUSTOMERS

{{$total_live_hubs}}

TOTAL LIVE HUBS

{{$total_pending_hubs}}

OUTSTANDING HUB APPLICATIONS


Orders & Payments


TOTAL ORDERS
{{$total_orders}}
All Paid & Pending Orders Created
ALL PAID ORDERS
{{$total_paid_orders}}
Completed & Paid Orders Only
TOTAL MEETING ROOM ORDERS
{{$total_paid_mr_orders}}
Completed & Paid Orders Only
TOTAL DESK ORDERS
{{$total_paid_d_orders}}
Completed & Paid Orders Only
TOTAL REVENUE - TURNOVER
@php $currency = \App\Models\Currency::find(1); @endphp
{{$currency->symbol.number_format($total_revenue,2)}}
Revenue Generated for All Hubs
TOTAL DESKS INCOME
@php $deskCurrency = \App\Models\Currency::find(setting('booking_memberships_default_currency_id')); @endphp
{{$deskCurrency->symbol.number_format($total_desk_revenue,2)}}
Desks Revenue
TOTAL MEETING ROOMS INCOME
@php $mrCurrency = \App\Models\Currency::find(setting('default_currency_id', 'meeting_rooms')); @endphp
{{$mrCurrency->symbol.number_format($total_mr_revenue,2)}}
Meeting Rooms Revenue
TOTAL EVENTS INCOME
@php $eventCurrency = \App\Models\Currency::find(setting('default_currency_id', 'events')); @endphp
{{$eventCurrency->symbol.number_format($total_events_revenue,2)}}
Events Revenue

Hubs & Booking Plans


TOTAL DESK PLANS
{{$total_d_plans}}
All Desk Plans Created
TOTAL NUMBER OF DESKS
{{$total_num_desks}}
Total Desks Available
TOTAL PAID DESKS
{{$total_active_desks}}
Total Desks Ordered
TOTAL MEETING ROOM PLANS
{{$total_mr_plans}}
All Meeting Rooms Created

Top 10 Most Popular Hubs



Loading..

@push('custom-js') @endpush @endsection