@forelse ($this->transactions as $transaction)
@if ($expandedId === $transaction->id)
Provider reference
{{ $transaction->provider_reference ?? '—' }}
Network/DISCO
{{ $transaction->network_or_disco }}
Plan code
{{ $transaction->plan_code ?? '—' }}
@if ($transaction->response_payload)

Provider response (for support reference):

{{ json_encode($transaction->response_payload, JSON_PRETTY_PRINT) }}
@endif
@endif
@empty

No transactions match these filters.

@endforelse
{{ $this->transactions->links() }}