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

الغرامات استحصاال الغرامات الجمركية ( تعديل )

@csrf
@include('amount.parts.issue-custome', ['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
@endsection @section('script') @include('amount.financial-custom.script') @endsection