@extends('central.super.layout') @section('title', __('super.payments.overview_title')) @section('content')
{{ __('super.payments.overview_subtitle') }}
{{ __('super.status.paid') }}
{{ $paidCount }}
{{ __('super.status.pending') }}
{{ $pendingCount }}
{{ __('super.status.failed') }}
{{ $failedCount }}
{{ __('super.status.refunded') }}
{{ $refundedCount }}
{{ $gw->count }} {{ Str::plural('transaction', $gw->count) }} · {{ number_format($pct, 1) }}%
{{ __('super.payments.no_data') }}
@endif| {{ __('super.payments.invoice') }} | {{ __('super.payments.tenant') }} | {{ __('super.payments.plan') }} | {{ __('super.common.amount') }} | {{ __('super.payments.gateway') }} | {{ __('super.common.status') }} | {{ __('super.payments.date') }} |
|---|---|---|---|---|---|---|
| {{ $p->invoice_number ?? '—' }} | {{ $p->tenant_id }} | {{ $p->plan->name ?? '—' }} | {{ $currencySymbol }}{{ number_format($p->amount, 2) }} | {{ $p->gateway_label }} | {{ ucfirst($p->status) }} | {{ $p->created_at->format('M d, Y') }} |
{{ __('super.payments.no_payments_desc') }}