| Service name | Amount | Payment status | Payment date | Action | ||||
|---|---|---|---|---|---|---|---|---|
| {{ ucfirst($transaction['type']) }} Request | {{ $transaction['amount'] }} | {{ ucfirst($transaction['status']) }} | {{ Carbon\Carbon::parse($transaction['created_at'])->format('l jS F Y, h:i A') }} | @if ($transaction['status'] === 'completed') Paid to Bank @else {{ ucfirst($transaction['status']) }} @endif | ||||
| {{ $history['booking']['gig']['title'] }} | {{ $history['booking']['gig']['currency'] }}{{ number_format($history['amount'],2) }} | @if ($history['payment_status'] == 'pending')Pending | @elseif ($history['payment_status'] == 'failed')Failed | @elseif ($history['payment_status'] == 'cancelled')Cancelled | @elseCompleted | @endif{{ Carbon\Carbon::parse($history['created_at'])->format('l jS F Y, h:i A') }} | {{--Receipt | --}}@if($history['payment_status'] == 'completed') Receipt @else Pending @endif |
| No Transaction history found | ||||||||