@extends('layouts.madar') @section('title', 'الاشتراك والدفع') @section('page_title', 'الاشتراك والدفع') @section('content')
@csrf

طلب اشتراك جديد

سجل الطلبات

@forelse ($history as $h)
{{ $h->subscriptionPlan?->name ?? '—' }} {{ $h->status }}

{{ $h->paymentMethod?->name_ar }} · {{ number_format($h->amount, 0) }} د.ع

{{ $h->created_at?->format('Y-m-d H:i') }}

@empty

لا طلبات دفع بعد.

@endforelse
@endsection