@extends('central.super.layout') @section('title', __('super.reports.title')) @section('content')
{{ __('super.reports.subtitle') }}
{{ __('super.reports.no_data') }}
@endif{{ __('super.reports.no_data') }}
@endif{{ $plan->transactions }} {{ __('super.reports.transactions') }}
{{ __('super.reports.no_data') }}
| {{ __('super.reports.tenant') }} | {{ __('super.reports.domain') }} | {{ __('super.common.status') }} | {{ __('super.reports.registered') }} |
|---|---|---|---|
| {{ $t->company_name ?? $t->id }} | {{ $t->domains->first()->domain ?? '—' }} | @php $badgeMap = [ 'active' => 'active', 'trial' => 'trial', 'pending' => 'pending', 'provisioning' => 'pending', 'suspended' => 'suspended', 'cancelled' => 'cancelled', 'failed' => 'failed', 'rejected' => 'rejected', ]; @endphp {{ ucfirst($t->status) }} | {{ $t->created_at->format('M d, Y') }} |