{{ __('admin.delivery_inspection_items.title') }}
{{ __('admin.delivery_inspection_items.add') }}{{ session('success') }}
@endif
{{ $selectedProject->project_name }}
{{ __('admin.delivery_inspection_items.add') }}
@if($items->isEmpty())
@else
@endif
{{ app()->getLocale() === 'ar' ? 'لا توجد عناصر فحص لهذا المشروع.' : 'No checklist items for this project.' }}
| # | {{ app()->getLocale() === 'ar' ? 'العنوان' : 'Title' }} | {{ __('admin.delivery_inspection_items.fields.category') }} | {{ __('admin.delivery_inspection_items.fields.is_critical') }} | {{ __('admin.delivery_inspection_items.fields.order') }} | {{ __('admin.actions.actions') }} |
|---|---|---|---|---|---|
| {{ $item->id }} |
{{ app()->getLocale() === 'ar' ? $item->title_ar : $item->title_en }}
@if(app()->getLocale() === 'ar' && $item->title_en)
{{ $item->title_en }} @elseif(app()->getLocale() === 'en' && $item->title_ar) {{ $item->title_ar }} @endif |
{{ __('admin.delivery_inspection_items.categories.'.$item->category) }} | @if($item->is_critical) {{ app()->getLocale() === 'ar' ? 'نعم' : 'Yes' }} @else {{ app()->getLocale() === 'ar' ? 'لا' : 'No' }} @endif | {{ $item->order }} |