@extends('layouts.app') @section('content')
@component('components.print') ارشيف تابع @endcomponent

تقارير عفو التعليم والتدريب

عدد السجناء الذين استفادوا من عفو التعليم والتدريب : {{$data->count()}}

@foreach($data as $item) @endforeach
# الاسم رقم الهوية التصنيف العام والفرعي للقضية نوع التحصيل مقدار الاستحقاق
{{ $loop->iteration }} {{ $item->prisoner->full_name}} {{ $item->prisoner->identity_number }} {{ $item->issue->main_category?->name ." - " . $item->issue->sub_category?->name }} @if (count($item->educations) && count($item->tranings)) {{ "تعليم - تدريب " }} @elseif (count($item->tranings)) {{ "تدريب" }} @elseif (count($item->educations)) {{ "تعليم" }} @endif
  • {{ $item->full_duration }} اجمالى الأيام
  • {{ $item->years }} سنة
  • {{ $item->months }} شهر
  • {{ $item->days }} يوم
@endsection @section('script') @endsection