{{ __('admin.delivery_inspections.show_title') }}
{{ $deliveryInspection->project->project_name }}{{ app()->getLocale() === 'ar' ? 'معلومات الفحص' : 'Inspection Info' }}
{{ __('admin.delivery_inspections.fields.status') }}: {{ __('admin.delivery_inspections.statuses.'.$deliveryInspection->status) }}
{{ __('admin.delivery_inspections.fields.project_id') }}:
{{ $deliveryInspection->project->project_name }}
{{ app()->getLocale() === 'ar' ? 'العميل' : 'Client' }}:
{{ $deliveryInspection->project->client->name ?? '—' }}
{{ __('admin.delivery_inspections.fields.inspector_id') }}:
{{ $deliveryInspection->inspector->name ?? '—' }}
{{ __('admin.delivery_inspections.fields.created_at') }}:
{{ $deliveryInspection->created_at->format('Y-m-d') }}
{{ __('admin.delivery_inspections.fields.approved_at') }}:
{{ $deliveryInspection->approved_at->format('Y-m-d') }}
{{ __('admin.delivery_inspections.fields.approved_by') }}:
{{ $deliveryInspection->approver->name ?? '—' }}
{{ app()->getLocale() === 'ar' ? 'ملخص التقدم' : 'Progress Summary' }}
{{ app()->getLocale() === 'ar' ? 'قائمة التحقق' : 'Checklist Items' }}
{{ app()->getLocale() === 'ar' ? 'لا توجد عناصر فحص.' : 'No checklist items.' }}
{{ app()->getLocale() === 'ar' ? 'إضافة عناصر' : 'Add Items' }}