<table class="custom-table add-money-search-table">
<thead>
<tr>
<th>{{ __("Transaction ID") }}</th>
<th>{{ __("Payment Gateway") }}</th>
<th>{{ __("Amount") }}</th>
<th>{{ __("Status") }}</th>
<th></th>
</tr>
</thead>
<tbody>
@forelse ($transactions as $item)
<tr>
<td><span>{{ $item->trx_id ?? '' }}</span></td>
<td>{{ @$item->payment_gateway->name ?? ''}}({{ $item->payment_gateway->gateway->type ?? '' }})</td>
<td>{{ get_amount(@$item->request_amount,@$item->request_currency,2) }}</td>
<td>{{ @$item->stringStatus->value ?? '' }}</td>
<td>
<a href="{{ setRoute('admin.add.money.logs.details',@$item->trx_id) }}" class="btn btn--base btn--primary"><i class="las la-info-circle"></i></a>
</td>
</tr>
@empty
@include('admin.components.alerts.empty',['colspan' => 5])
@endforelse
</tbody>
</table>
Contact Section
We’d love to hear from you! Whether you have questions, feedback, or need support, our team is here to help. Reach out to us via email, phone, or visit our office. We’re committed to providing you with exceptional service and ensuring your experience with NFC Pay is seamless and satisfying. Let’s connect!