@extends('layouts.app') @section('content')
رقم المسير | الاسم | رقم الهويه | نوع الاقامة | العنبر | السنة | الشهر | @if ($cash_allowance_movement->add_prisoner_dependent)عدد التابعين | @endifنوع الفتره المستبعده | مدة الفتره المستبعده | الاستحقاق | التوقيع | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
# | {{ $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 }} | @if ($cash_allowance_movement->add_prisoner_dependent){{ $prisoner->prisoner_dependents }} | @endif @if (!empty($prisoner->excluded_period_type))
@foreach ( $prisoner->excluded_period_type as $excluded_period_type)
{{ config("static.excluded_cash_allowance." . $excluded_period_type) }} @endforeach |
@else
لا يوجد فترة مستبعدة علي هذا النزيل | @endif{{ $prisoner->period }} يوم | {{ $prisoner->deserved_amount }} ريال |