@forelse ($transactions as $item) id }}> @if ($item->attribute == payment_gateway_const()::SEND) @else @endif @if ($item->attribute == payment_gateway_const()::SEND) @else @endif @if ($item->attribute == payment_gateway_const()::SEND) @else @endif @if ($item->attribute == payment_gateway_const()::RECEIVED) @else @endif @empty @include('admin.components.alerts.empty2',['colspan' => 8]) @endforelse
{{ __("web_trx_id") }} {{ __("request Type") }} {{ __("request Amount") }} {{ __("Fees & Charges") }} {{ __("Payable") }} {{ __("Status") }} {{ __("Time") }} {{ __("Action") }}
{{ $item->trx_id }}{{ payment_gateway_const()::SEND }}{{ payment_gateway_const()::RECEIVED }} {{ get_amount($item->request_amount,$item->creator_wallet->currency->code) }}{{ __("N/A") }}{{ get_amount($item->details->charges->total_charge,$item->creator_wallet->currency->code) }}{{ __("N/A") }}{{ get_transaction_numeric_attribute_request_money($item->attribute) }} {{ get_amount($item->payable,$item->creator_wallet->currency->code) }} {{ __($item->stringStatus->value) }} {{ $item->created_at->format("Y-m-d H:i A") }} {{ __("N/A") }}
@push('script') @endpush