@foreach ($payments as $payment) @endforeach
Date Amount Status Method
{{ $payment->payment_date->format('Y-m-d') }} ${{ number_format($payment->amount, 2) }} {{ ucfirst($payment->status) }} {{ ucfirst(str_replace('_', ' ', $payment->payment_method)) }}
{{ $payments->links() }}