@extends('layouts.app') @section('content')
# | الاسم | رقم الهوية | التصنيف العام والفرعي للقضية | نوع التحصيل | مقدار الاستحقاق |
---|---|---|---|---|---|
{{ $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 |
|