@php $fmt = app(\App\Services\Formatter::class); @endphp
@if ($this->hasActiveFilters()) @endif
@if ($rows->isEmpty()) @else Reference Shop Method Into Transaction ID Amount Decision Submitted @foreach ($rows as $payment) @if (auth()->user()?->canVerifyPayments()) {{ $payment->reference }} @else {{ $payment->reference }} @endif {{ $payment->tenant?->business_name ?? '—' }} {{ $payment->gateway->label() }} {{ $payment->account?->title ?? '—' }} {{ $payment->transaction_id ?: '—' }} {{ $fmt->money($payment->amount) }} {{ $payment->status->label() }} @if ($payment->reviewed_at)

{{ $fmt->date($payment->reviewed_at) }}

@endif {{ $fmt->dateTime($payment->created_at) }} @endforeach
@endif