@extends('nexfloit.layouts.app') @section('title', 'Dashboard') @section('content')
Welcome back! Here's your platform overview.
Total Tenants
Active Tenants
Locked Tenants
On Trial
Rs. {{ number_format($expectedRevenue, 2) }}
Rs. {{ number_format($collectedRevenue, 2) }}
{{ $pendingPayments }}
No overdue subscriptions!
No recent payments
| Code | Business | Plan | Monthly Fee | Status | Joined |
|---|---|---|---|---|---|
{{ $tenant->code }} |
{{ $tenant->business_name }} | {{ $tenant->plan_badge['label'] }} | Rs. {{ number_format($tenant->monthly_fee, 2) }} | {{ $tenant->status_badge['label'] }} | {{ $tenant->created_at->format('M d, Y') }} |