@extends('layout',['heading'=>'سجل مدفوعات الاشتراكات']) @section('content')
| العيادة | {{ __('ui.amount') }} | {{ __('ui.payment_method') }} | {{ __('ui.payment_date') }} | {{ __('ui.current_subscription_value') }} | {{ __('ui.last_payment_date') }} | {{ __('ui.last_payment_amount') }} | {{ __('ui.last_payment_method') }} | بداية الفترة | نهاية الفترة | ملاحظات |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $payment->clinic_name }} {{ $payment->clinic_code }} | {{ number_format($payment->amount,2) }} جنيه | {{ $payment->payment_method==='instapay'?'إنستاباي':'كاش' }} | {{ $payment->paid_at }} | {{ number_format($payment->current_subscription_value ?? 0,2) }} {{ __('ui.currency') }} | {{ $payment->last_payment_at ?: '—' }} | {{ number_format($payment->last_payment_amount ?? 0,2) }} {{ __('ui.currency') }} | {{ $payment->last_payment_method === 'instapay' ? __('ui.instapay') : __('ui.cash') }} | {{ $payment->period_started_at ?: '—' }} | {{ $payment->period_ends_at ?: '—' }} | {{ $payment->notes ?: '—' }} |
| لا توجد مدفوعات. | ||||||||||