@extends('front.layouts.app-auth') @push('page_css') @endpush @section('content')
| Date | Contributor | Payment Method | Reference | Rem. Goal | Amount | Admin Fees | Amount Receivable | Status | Action |
|---|---|---|---|---|---|---|---|---|---|
|
{{ $dateTimeFormatted }}
|
{{ $transaction->contributor_name ?? 'N/A' }}
|
{{ $paymentMethodLabel }}
|
@if($referenceNumber && $referenceNumber !== 'N/A')
{{ \Illuminate\Support\Str::limit($referenceNumber, 20) }}
@else
—
@endif
|
{!! \App\Helpers\Helper::price($balanceAfter ?? 0, 2) !!}
|
{{ $transaction->formatted_amount }}
|
${{ number_format($transaction->admin_fees, 2) }}
|
{!! \App\Helpers\Helper::price($transaction->vendor_payout_amount ?? 0, 2) !!}
|
{{ ($transaction->vendor_payout_transaction_id) ? 'Transfered to Bank' : $transaction->status_label['name'] }} | @php $vendorPayout = $transaction->vendorPayoutTransaction ?? null; @endphp @if($transaction->vendor_payout_transaction_id && $vendorPayout) @else — @endif |
|
No transactions found
No contributions have been made to this campaign yet.
|
|||||||||