Name: {{ $selectedCustomer->first_name }} {{ $selectedCustomer->last_name }}
Mobile: {{ $selectedCustomer->mobile_number }}
Email: {{ $selectedCustomer->card_holder_email }}
Job: {{ $selectedCustomer->job }}
| OS | Token Status | Action |
|---|---|---|
| {{ $device->operating_system }} | @if($device->device_token) Linked @else Unlinked @endif | @if($device->device_token) @else @endif |
| Date | Amount | Status | Force Action |
|---|---|---|---|
| {{ $txn->created_at }} | {{ $txn->transaction_value }} | {{ ucfirst($txn->status) }} | @if($txn->status == 'pending' || $txn->status == 'waiting') @else No Action @endif |