@extends('admin.layouts.master') @section('title', 'تفاصيل تصريح مركبة') @section('content')
| رقم التجديد | تاريخ التجديد | الفترة القديمة | الفترة الجديدة | قيمة التجديد | الصافي | المدفوع | المتبقي | الاستحقاق | الحالة | بواسطة |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $renewal->renewal_number }} | {{ optional($renewal->renewed_on)->format('Y-m-d') }} |
{{ optional($renewal->old_start_date)->format('Y-m-d') ?? '-' }}
← {{ optional($renewal->renewed_from)->format('Y-m-d') ?? '-' }} |
{{ optional($renewal->new_start_date)->format('Y-m-d') ?? '-' }}
← {{ optional($renewal->renewed_to)->format('Y-m-d') ?? '-' }} |
{{ number_format((float)$renewal->amount, 2) }} | {{ number_format((float)$renewal->net_amount, 2) }} | {{ number_format((float)$renewal->paid_amount, 2) }} | {{ number_format((float)$renewal->remaining_amount, 2) }} | {{ optional($renewal->due_date)->format('Y-m-d') ?? '-' }} | {{ $renewal->payment_status_label }} | {{ $renewal->processedBy?->name ?? '-' }} |
| لا توجد تجديدات سابقة. | ||||||||||