@section('page-title', 'Health263 Transactions')

Health263 Transaction Log

All API transactions with Health263 switch

Back to Dashboard
Reset
@forelse($transactions as $tx) @empty @endforelse
ID Type Direction Reference Member HTTP Status Time (ms) Error Date
{{ $tx->id }} {{ str_replace('_', ' ', $tx->transaction_type) }} {{ $tx->direction }} {{ $tx->reference_number ?: '-' }} @if($tx->member) {{ $tx->member->member_number }} @else - @endif {{ $tx->http_status_code ?? '-' }} {{ ucfirst($tx->status) }} {{ $tx->processing_time_ms ?? '-' }} {{ $tx->error_message ?: '-' }} {{ $tx->created_at->format('d M Y H:i:s') }}
No transactions found.
{{ $transactions->links() }}