@extends('layouts.app') @section('content')
@if ($cash_allowance_movement->add_prisoner_dependent) @endif @foreach ($prisoners as $prisoner) @if ($cash_allowance_movement->add_prisoner_dependent) @endif @if (!empty($prisoner->excluded_period_type)) @else @endif @endforeach
# رقم المسير الاسم رقم الهويه نوع الاقامة العنبر السنة الشهرعدد التابعيننوع الفتره المستبعده مدة الفتره المستبعده الاستحقاق التوقيع
# {{ $cash_allowance_movement->id }} {{ $prisoner->full_name }} {{ $prisoner->identity_number }} {{ config("static.living_type." . optional($prisoner->address)->living_type) }} {{ optional($prisoner->prison_section)->name }} {{ $cash_allowance_movement->year }} {{ $cash_allowance_movement->month }}{{ $prisoner->prisoner_dependents }} @foreach ( $prisoner->excluded_period_type as $excluded_period_type) {{ config("static.excluded_cash_allowance." . $excluded_period_type) }}
@endforeach
لا يوجد فترة مستبعدة علي هذا النزيل{{ $prisoner->period }} يوم {{ $prisoner->deserved_amount }} ريال
@endsection