@extends('layouts.app') @section('title', 'Payment Approval') @section('content')
| Institution/User | Amount | Sender No. | Txn ID | Duration | Status | Action |
|---|---|---|---|---|---|---|
| {{ $payment->institution->name ?? $payment->ownerUser->name ?? '-' }} | ৳{{ $payment->amount }} | {{ $payment->sender_number }} | {{ $payment->transaction_id }} | {{ $payment->subscription_duration_months }} মাস | {{ $payment->status }} | @if($payment->status === 'pending') @endif |