@extends('layouts.app') @section('content')
@component('components.print') @endcomponent

{{--

عدد النزلاء اللذين تمت زيارتهم : {{$count}}

عدد الزائرين لجميع النزلاء : {{$count}}

--}}
{{-- --}}
{{-- --}}
@foreach ($data as $item) @endforeach
# اسم النزيل رقم الهوية
{{ $loop->iteration }} {{ $item->judgement?->prisoner?->full_name }} {{ $item->judgement?->prisoner?->identity_number }}
@endsection @section('script') @endsection