Type | Ref | Amount | Description | Status | Created At | |||||
---|---|---|---|---|---|---|---|---|---|---|
{{ $transaction->type }} | {{ $transaction->reference }} | {{ settings()->getValue('APP_CURRENCY_LOGO', '$') . $transaction->amount }} | {{ $transaction->description }} | @if ($transaction->status === 'completed') @php $status = 'badge-success text-gray-100'; @endphp @elseif ($transaction->status === 'failed') @php $status = 'bg-red-600 text-gray-100'; @endphp @else @php $status = 'bg-gray-600 text-gray-100'; @endphp @endif {{ $transaction->status }} | {{ $transaction->created_at->diffForHumans() }} | |||||
No Transaction Found |
Type | Ref | Amount | Description | Status | Created At | |||||
---|---|---|---|---|---|---|---|---|---|---|
{{ $transaction->type }} | {{ $transaction->reference }} | {{ settings()->getValue('APP_CURRENCY_LOGO', '$') . $transaction->amount }} | {{ $transaction->description }} | @if ($transaction->status === 'completed') @php $status = 'badge-success text-gray-100'; @endphp @elseif ($transaction->status === 'failed') @php $status = 'bg-red-600 text-gray-100'; @endphp @else @php $status = 'bg-gray-600 text-gray-100'; @endphp @endif {{ $transaction->status }} | {{ $transaction->created_at->diffForHumans() }} |
|
||||
No Pending Transaction Found |
Ref: {{ $details->reference }}
Amount: {{ $details->amount }}
Details: {{ $details->description }}
Ref: {{ $details->reference }}
Amount: {{ $details->amount }}
Details: {{ $details->description }}