{{ $item->user?->name ?: $item->user?->email ?: 'User #'.$item->user_id }}
{{ $item->reference }}
Amount
{{ rtrim(rtrim($item->amount, '0'), '.') }} {{ $item->asset->symbol }}
{{ rtrim(rtrim($item->amount, '0'), '.') }} {{ $item->asset->symbol }}
Transaction hash
{{ $item->transaction_hash ?: 'Not provided' }}
{{ $item->transaction_hash ?: 'Not provided' }}
Submitted
{{ $item->created_at->format('M j, Y H:i') }}
{{ $item->created_at->format('M j, Y H:i') }}