{{ __('hr.print_by') .' '.auth()->user()->first_name }}
{{__('hr.print_date') .' '.date('Y-m-d')}}
({{__('hr.financial_over_time_search').' '. $finance_cln_periods_data['month']->name .' ' .$finance_cln_periods_data['finance_year'] }})
{{ $systemData['name'] }}
{{__('business.first_name')}} | {{__('hr.employee_code')}} | {{__('hr.over_time_days')}} | {{__('hr.over_time_total_amount')}} | {{__('lang_v1.date')}} | {{__('hr.added_by')}} | {{__('hr.status')}} | @php $i=1; @endphp @foreach ($data as $info )|
---|---|---|---|---|---|---|---|
{{ $i }} | {{ $info->first_name }} | {{ $info->employee_code }} | {{ $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