@extends('layouts.app') @section('content')

قائمة الحق الخاص

{{-- --}}
{{--
--}}
@foreach ($data as $item) {{-- --}} @endforeach
# اسم النزيل رقم الهوية الجنسية تنفيذ الحق العام أولا تم الحكم فيه مدة عقوبة السجن للحق الخاص با الايام الإجراء المتخذ تعديل
{{ $loop->iteration }} {{ \App\Http\Helper\HelperApp::number_row_paginate($data, $loop->iteration) }} {{ $item->prisoner->full_name }} {{ $item->prisoner->identity_number }} {{ $item->prisoner->nationality->name }} {{ $item->is_public_right_first ? 'نعم' : 'لا' }} {{ $item->judgement_source ? 'نعم' : 'لا' }} {{ $item->duration_private_right ? $item->duration_private_right->full_duration : '----' }} @if ($item->sponser_private_right) {{ 'تم تقديم كفيل' }} @elseif($item->financial_guarantee_added) {{ 'تم تقديم ضمان مالي' }} @elseif($item->waiver_private_right) {{ 'تم التنازل عن الحق الخاص' }} @else {{ '---' }} @endif تعديل
{{--
{{ $data->appends(Request::except(['_token']))->links() }}
--}}
@endsection