Documents
Countries documents
ID | {{--Payment ID | --}}Date time | Country | Passport | Payment | Status | Actions | |
---|---|---|---|---|---|---|---|---|
|
{{--
| --}}
|
|
|
|
|
|
|
{{ $document->id }} | {{--{{ $document->payment['id'] }} | --}}{{ $document->created_at->format('d-m-Y H:i:s') }} |
|
{{ Str::limit($document->data['email'], 30) }} | {{ Str::limit($document->data['passport'], 30) }} |
ID:
{{ isset($document->payment['id']) ? trim(substr($document->payment['id'], 0, 5) . ' ... ' . substr($document->payment['id'], -5)) : 'N/A' }} Amount:{{ $amount }} USD Last 4:{{ isset($document->payment['latest_charge']['payment_method_details']['card']['last4']) ? $document->payment['latest_charge']['payment_method_details']['card']['last4'] : 'N/A' }} Payment Gateway{{ $document->payment_gateway }} |
!$document->refund,
'text-red-500' => $document->refund,
])>
{{ $document->refund ? 'Refunded' : 'Paid' }}
|
@if (!$document->refund)
@endif
|
No documents found