@if(@isset($data) and !@empty($data) ) @php $cou=1; @endphp @foreach ( $data as $info)
طباعة مفردات مرتب موظف بالشهر ({{ $finance_cln_periods_data['month']->name }} لسنة {{ $finance_cln_periods_data['finance_year'] }})
طبع بتاريخ @php echo date('Y-m-d'); @endphp
طبع بواسطة {{ auth()->user()->name }}

{{ $systemData['name'] }}


اسم الموظف {{ $info->first_name }} (كود {{ $info->employee_code}})
الوظيفة {{ $info->job_name }}
ملحوظة الرصيد المرحل من الشهر السابق 0 @if($info->is_stopped==1) (هذا المرتب موقوف) @endif

أولاً : الاستحقاقات

الاستحقاقات الراتب الاساسي {{ $info->salary*1 }}
حافز ثابت {{ $info->motivation*(1) }}
بدلات ثابتة {{ $info->fixed_suits*(1) }}
بدلات متغيرة {{ $info->changable_suits*(1) }}
إضافي أيام @if($info->addtional_days_counter>0) {{ $info->addtional_days*1}}
عدد {{ $info->addtional_days_counter*1 }} يوم @else 0 @endif
مكافئات مالية {{ $info->additions*(1) }}
اجمالي الاستحقاقات {{ $info->total_benefits*1 }}

ثانياً : الاستقطاعات

الاستقطاعات خصم التأمين الاجتماعي {{ $info->socialnsurancecutmonthely*1 }}
خصم تامين طبي {{ $info->medical_insurance_deduct_monthly*(1) }}
جزاء ايام @if($info->Sanctions_days_counter >0) {{ $info->Sanctions_days_total*1}}
عدد {{ $info->Sanctions_days_counter*1 }} يوم @else 0 @endif
غياب ايام @if($info->absence_days_counter >0) {{ $info->absence_days*1}}
عدد {{ $info->absence_days_counter*1 }} يوم @else 0 @endif
خصومات مالية {{ $info->discount*(1) }}
سلف شهرية {{ $info->monthly_loan*(1) }}
سلف مستديمة {{ $info->permanent_loan*(1) }}
اجمالي الاستقطاعات {{ $info->total_deductions*1 }}

ثالثا : صافي المرتب

@if($info->is_archived==1) @endif
حالة صافي المرتب {{ $info->net_salary*1 }} @if( $info->net_salary >0)
مبلغ مستحق للموظف بقيمة {{ $info->net_salary*1 }} @elseif($info->net_salary <0)
مبلغ مستحق علي الموظف بقيمة {{ $info->net_salary*1*(-1) }} @else
متزن @endif
تم أرشفة المرتب @php $dt=new DateTime($info->archived_date); $date=$dt->format("Y-m-d"); $time=$dt->format("h:i"); $newDateTime=date("a",strtotime($info->archived_date)); $newDateTimeType= (($newDateTime=='AM')?'صباحا ':'مساء'); @endphp {{ $date }} {{ $time }} {{ $newDateTimeType }}
@if($cou @endif @php $cou++; @endphp @endforeach @else

عفوا لاتوجد بيانات لعرضها

@endif

{{ $systemData['address'] }} - {{ $systemData['phones'] }}