@extends('backend.master') @section('title','Make Contribution Payment') @section('content')
| # | Amount | Status | Paid At |
|---|---|---|---|
| {{ $index + 1 }} | {{ number_format($payment->amount, 2) }} | @if($payment->status == 'completed') Completed @elseif($payment->status == 'pending') Pending @else Failed @endif | {{ optional($payment->paid_at)->format('d M Y H:i:s') ?? '-' }} |