@extends('layouts.app') @push('styles') @endpush @section('content')
| @lang('app.month') | @lang('superadmin.dashboard.monthlyIncome') |
|---|---|
| {{ $earningRow['label'] }} | {{ global_currency_format($earningRow['total'], $dashboardCurrencyId) }} |
| @lang('app.month') | @lang('superadmin.dashboard.monthlySubscriptions') |
|---|---|
| {{ $subscriptionRow['label'] }} | {{ $subscriptionRow['total'] }} |
| @lang('app.name') | @lang('app.amount') |
|---|---|
|
@if($company->company)
|
{{ global_currency_format($company->total, $dashboardCurrencyId) }} |
| @lang('messages.noRecordFound') | |
| @lang('modules.payments.paymentGateway') | @lang('app.amount') |
|---|---|
| {{ $gateway['gateway'] }} | {{ global_currency_format($gateway['total'], $dashboardCurrencyId) }} |
| @lang('messages.noRecordFound') | |
| @lang('superadmin.company') | @lang('superadmin.dashboard.nextChargeDate') | @lang('app.amount') |
|---|---|---|
|
@if($renewal->company)
|
{{ optional($renewal->next_pay_date)->timezone(global_setting()->timezone)->translatedFormat(global_setting()->date_format) ?? '--' }} | {{ global_currency_format($renewal->total, $renewal->currency_id ?? $dashboardCurrencyId) }} |
| @lang('messages.noRecordFound') | ||
| @lang('app.company_name') | @lang('superadmin.dashboard.dueDate') | @lang('app.status') | @lang('superadmin.dashboard.amountDue') |
|---|---|---|---|
|
@if($invoice->company)
|
{{ $dueDate ? $dueDate->timezone(global_setting()->timezone)->translatedFormat(global_setting()->date_format) : '--' }} | {{ $invoice->status ? str_replace('_', ' ', $invoice->status) : __('app.na') }} | {{ global_currency_format($invoice->total ?? 0, $invoice->currency_id ?? $dashboardCurrencyId) }} |
| @lang('messages.noRecordFound') | |||
| @lang('app.company_name') | @lang('app.package') | @lang('superadmin.dashboard.expiryDate') |
|---|---|---|
|
|
{{ optional($expiring->package)->name ?? __('app.na') }} | {{ optional($expiring->licence_expire_on)->timezone(global_setting()->timezone)->translatedFormat(global_setting()->date_format) ?? '--' }} |
| @lang('messages.noRecordFound') | ||