@extends('layouts.app') @section('content')
اسم النزيل | رقم الهوية | الجنسية | تاريخ المخالفة | العقوبة المقررة | تاريخ تنفيذ العقوية | مدة العقوية | تاريخ انتهاء العقوية | وصف المخالفة | جهة اصدار العقوية | تعديل | |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $violation->prisoner->full_name }} | {{ $violation->prisoner->identity_number }} | {{ optional($violation->prisoner->nationality)->name }} | {{ $violation->date_violating_instructions_hijri }} | @foreach (config("static.punishment_type_prison") as $punishmentKey => $punishmentLabel) @if ($violation->$punishmentKey && $punishmentKey != "other" ) {{ $punishmentLabel . " - " }} @elseif ($violation->$punishmentKey && $punishmentKey == "other" ) {{ $violation->other_punishment_input }} @endif @endforeach | {{ $violation->execution_date_hijri }} | {{ $violation->duration_penalty }} | {{ $violation->end_date_execution_hijri }} | {{ $violation->description }} | {{ $violation->letter_source }} | عرض |