| {{ $payment->clinic_name }} | {{ $payment->clinic_code }} | {{ number_format($payment->amount,2) }} | {{ $payment->payment_method==='instapay'?'إنستاباي':'كاش' }} | {{ $payment->paid_at }} | {{ $payment->period_started_at ?: '—' }} | {{ $payment->period_ends_at ?: '—' }} | {{ number_format($payment->current_subscription_value ?? 0,2) }} | {{ $payment->last_payment_at ?: '—' }} | {{ number_format($payment->last_payment_amount ?? 0,2) }} | {{ $payment->last_payment_method === 'instapay' ? 'إنستاباي' : 'كاش' }} | {{ $payment->notes ?: '—' }} |
@endforeach