@extends('layouts.user_type.auth') @section('content')
No active subscription found.
{{-- Assign Plan Button (opens modal) --}} @endifNo plan associated with this subscription.
@endif| Payment ID | Transaction ID | Amount | Payment Method | Status | Date |
|---|---|---|---|---|---|
| {{ $payment->id }} | {{ $payment->transaction_id }} | ${{ number_format($payment->amount, 2) }} | {{ ucfirst($payment->payment_method) }} | {{ ucfirst($payment->status) }} | {{ \Carbon\Carbon::parse($payment->created_at)->format('d M Y') }} |
No payment records found.
@endif