@include('layouts.partials.css') @include('layouts.partials.extracss') @yield('css')
{{ __('hr.print_by') .' '.auth()->user()->first_name }}
{{__('hr.print_date') .' '.date('Y-m-d')}}

({{__('hr.financial_sanction_search').' '. $finance_cln_periods_data['month']->name .' ' .$finance_cln_periods_data['finance_year'] }})

{{ $systemData['name'] }}
@if (@isset($data) && !@empty($data) && count($data)>0) @php $i=1; @endphp @foreach ($data as $info ) @php $i++; @endphp @endforeach
{{__('business.first_name')}} {{__('hr.employee_code')}} {{__('hr.sanction_type')}} {{__('hr.sanction_days')}} {{__('hr.sanction_total_amount')}} {{__('lang_v1.date')}} {{__('hr.added_by')}} {{__('hr.status')}}
{{ $i }} {{ $info->first_name }} {{ $info->employee_code }} @if($info->sanction_type==1) جزاء أيام @elseif($info->sanctions_type==2) جزاء بصمة @elseif($info->sanctions_type==3) جزاء تحقيق@else لم يحدد @endif {{ $info->total_days*1 }} {{ $info->total_amount*1 }} @php $dt=new DateTime($info->created_at); $date=$dt->format("Y-m-d"); $time=$dt->format("h:i"); $newDateTime=date("a",strtotime($info->created_at)); $newDateTimeType= (($newDateTime=='AM')?'صباحا ':'مساء'); @endphp {{ $date }} {{ $time }} {{ $newDateTimeType }} {{ $info->added->first_name }} @if($info->is_archived==1) {{__('hr.archived')}} @else {{__('hr.opened')}} @endif
{{ ($other['value_sum']*1) .' '.__('lang_v1.day') }} {{ $other['total_sum']*1 }}

@else

{{__('lang_v1.no_data')}}

@endif