@extends('layouts.app') @section('content')
@component('components.print') ارشيف تابع @endcomponent

{{--

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

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

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