| # |
السياق |
النص (عربي) |
النص (إنجليزي) |
الترتيب |
الحالة |
{{ __('Actions') }} |
@forelse($rows as $row)
| {{ $row->id }} |
{{ $contexts[$row->context] ?? $row->context }} |
{{ $row->text_ar }} |
{{ $row->text_en ?: '—' }} |
{{ $row->sort_order }} |
@if($row->is_active)
مفعّل
@else
غير مفعّل
@endif
|
@can('update_rejection_reasons')
@endcan
@can('delete_rejection_reasons')
@endcan
|
@empty
| لا توجد أسباب رفض. |
@endforelse
@include('admin.components.advanced-pagination', ['paginator' => $rows])