→ العودة للقائمة
@if($claim->status == 'جديد')
جديد
@elseif($claim->status == 'تم التحويل')
تم التحويل
@else
لم يتم التحويل
@endif
{{ $claim->full_name }}
{{ $claim->phone }}
{{ $claim->email }}
{{ $claim->membership_number ?: 'غير محدد' }}
{{ number_format($claim->amount, 2) }} ر.س
{{ $claim->bank_name }}
{{ $claim->iban }}
{{ $claim->created_at->format('Y/m/d - H:i') }}
{{ $claim->reason }}
تحديث حالة المطالبة