Manage {{ $data['title'] ?? '' }}
@if (Auth::user()->can('admin.customer.create'))
Add
New
@endif
| SL | Transaction ID | User | Plan / Ad | Amount | Status | Date | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $transaction->order_id }} {{-- Gateway Reference: {{ $transaction->provider_trx_id }} --}} |
{{ $transaction->user->name }} | @if($transaction->ad) {{-- {{ $transaction->ad->title ?? 'N/A' }} --}} {{ $transaction->ad?->title }} @else {{ $transaction->plan?->name }} @endif | {{ $transaction->amount }} {{ $transaction->currency_symbol }}
{{-- Fee: {{ $transaction->provider_fee }} {{ $transaction->currency_symbol }} | --}}
{{ $transaction->payment_status }} | {{ now()->parse($transaction->created_at)->format('d-m-Y h:i:s a') }} |
|
| SL | Transaction ID | User | Plan | Amount | Status | Date | Action |