@php $headerOption = [ 'title' => $module, 'header_buttons' => [ ' Back' ], 'filters' => isset($filters) ? $filters : [], 'data' => isset($data) ? $data : [] ]; @endphp @extends('admin.layouts.layout', $headerOption) @section('content')
| Date | Contributor | Payment Method | Txn Ref | Rem. Goal | Amount | Admin Fee | Payable | Transaction ID | Transaction Date | Status | Action | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $dateTimeFormatted }} | {{ $contributorName }} | {{ $paymentMethodLabel }} | @if($referenceNumber && $referenceNumber !== 'N/A') {{ \Illuminate\Support\Str::limit($referenceNumber, 20) }} @else — @endif | {!! \App\Helpers\Helper::price($balanceAfter ?? 0) !!} | {!! \App\Helpers\Helper::price($transaction->amount ?? 0) !!} | {!! \App\Helpers\Helper::price($transaction->admin_fees ?? 0) !!} | {!! \App\Helpers\Helper::price($transaction->vendor_payout_amount ?? 0) !!} | @php $vendorPayout = $transaction->vendorPayoutTransaction ?? null; @endphp {{ ($vendorPayout && isset($vendorPayout->transaction_id)) ? $vendorPayout->transaction_id : 'N/A' }} | {{ ($vendorPayout && isset($vendorPayout->transaction_date)) ? \App\Helpers\Helper::convertToLocalTime($vendorPayout->transaction_date, false) : 'N/A' }} | @php $statusLabel = $transaction->status_label ?? ['name' => 'Unknown', 'class' => 'badge-soft-secondary']; @endphp {{ ($transaction->vendor_payout_transaction_id) ? 'Transferred' : 'Pending Transfer' }} | @if($transaction->vendor_payout_transaction_id && $vendorPayout) @else — @endif | |||||||||||||
|
No transactions found
|
||||||||||||||||||||||||