@extends('layouts.app') @section('content')
| مدة الايقاف | رقم الخطاب | مصدر الخطاب | تاريخ الخطاب | @if (count($issue->prisoner_stopped)) @foreach ($issue->prisoner_stopped as $item)
|---|---|---|---|
|
{{ $item->letter_number }} | {{ $item->letter_source }} | {{ $item->letter_date_hijri }} |
| الاسم | رقم الهوية | اسم السجن | @foreach ($companions as $companion)
|---|---|---|
| {{ $companion->full_name }} | {{ $companion->identity_number }} | {{ $companion->prison->name }} |
| الاسم | رقم الهوية | ملاحظات | @if (count($issue->other_companions)) @foreach ($issue->other_companions as $item)
|---|---|---|
| {{ $item->id_number }} | {{ $item->name }} | {{ $item->notes }} |