@extends('app') @section('content') @include('layout.admin_sidebar')
| # | Transaction ID | Pay it Forward™ | Kick it Back™ | Transaction Status | Date | |||
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $payment->transaction_id ?? 'N/A' }} | {{ $payment->pay_it_forward !== null ? '$' . number_format($payment->pay_it_forward, 2, '.', ',') : '-' }} | {{ $payment->kick_it_back !== null ? '$' . number_format($payment->kick_it_back, 2, '.', ',') : '-' }} | {{ \Carbon\Carbon::parse($payment->payment_created_at)->format('F-d-Y') ?? now()->format('F-d-Y') }} | ||||
| No Payments Found | ||||||||