| نوع السعودة | العدد | إجمالي المبالغ (ر.س) | النسبة |
|---|---|---|---|
| {{ $type->saudization_type ?? 'غير محدد' }} | {{ number_format($type->count) }} | {{ number_format($type->total, 0) }} | {{ number_format($percentage, 1) }}% |
| # | النوع | المبلغ المتفق عليه | تاريخ الإنشاء |
|---|---|---|---|
| {{ $index + 1 }} | {{ $record->saudization_type ?? 'غير محدد' }} | {{ number_format($record->agreed_amount, 0) }} ر.س | {{ $record->created_at?->format('d/m/Y') }} |