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

الغرامات المالية والحبس التعويضي ( تعديل )

@csrf
@include('amount.parts.issue', ['issue' => $issue, 'type' => 'edit'])

غرامات القضية

الاجراء المتخذ

{{-- --}}
{{-- تم استحصال المبلغ --}}

تم استحصال الغرامة المالية

{{-- تم الاعفاء من المبلغ --}}

أعفى من الغرامة المالية

{{-- تم سداد جزء من المبلغ --}}

تم سداد جزء من الغرامة المالية

@if (count($item->pay_parts))
@foreach ( $item->pay_parts as $part)
@endforeach
@else
@endif

تم العفو عن جزء من الغرامة المالية

@if (count($item->exemption_parts))
@foreach ($item->exemption_parts as $part)
@endforeach
@else
@endif
{{-- تعامل وفق نظام ايرادات الدولة --}}

تعامل وفق نظام ايرادات الدولة

{{-- تم تقديم كفيل غارم --}}

تم تقديم كفيل غارم

@foreach (config('static.address') as $key => $val) @php $key_db=$key; if($key == "country"){ $key_db="city"; } @endphp
@endforeach
@php $sp_num_array = str_split( $item->sponsor?->id_number); @endphp @for ($i = 0; $i < 10; $i++) @endfor
@php $sp_mobile_num_array = str_split( $item->sponsor?->address?->mobile_number ); @endphp @for ($i = 0; $i < 10; $i++) @endfor
@php $sp_mobile2_num_array = str_split( $item->sponsor?->address?->mobile_number2 ); @endphp
@for ($i = 0; $i < 10; $i++) @endfor
{{-- تستبدل بالاحبس التعويضي --}}

تستبدل بالحبس التعويضي

@if ($item->compensatory_imprisonment)
@else @endif
@if ($item->compensatory_imprisonment)
@endif
@endsection @section('script') @include('amount.financial-fine.script') @endsection