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

المحرومين من الإعاشة النقدية

@foreach ($cash_allwances as $cash_allwance) @endforeach
# الاسم رقم الهوية السنة الشهر الاستحقاق إيقاف الصرف سبب إيقاف الصرف
{{ $loop->iteration }} {{ $cash_allwance->prisoner->full_name }} {{ $cash_allwance->prisoner->identity_number }} {{ $cash_allwance->year }} {{ $cash_allwance->month }} {{ $cash_allwance->prisoner_total_allowance }} {{ $cash_allwance->stop_cash_allowance ? 'نعم' : 'لا' }} {{ $cash_allwance->stop_cash_allowance_reason }}
@endsection