@extends('layouts.app_hr') @section('title',__('hr.main_salary')) @section('content')
@csrf
{{__('hr.salary_count')}} {{__('hr.salary_count_waiting_archive')}} {{__('hr.salary_count_archived')}} {{__('hr.salary_count_stopped')}}
{{ $other['counter_salaries']*1 }} {{ $other['counter_salaries_wating_archive']*1 }} {{ $other['counter_salaries_done_archive']*1 }} {{ $other['counter_salaries_stopped']*1 }}
@if($finance_cln_periods_data['is_open']==1)
@endif
@if(@isset($data) and !@empty($data) and count($data)>0 ) @foreach ( $data as $info ) @endforeach
{{__('hr.employee_code')}} {{__('hr.first_name')}} {{__('business.location')}} {{__('hr.department')}} {{__('hr.job')}} {{__('hr.archive_status')}} {{__('hr.emp_photo')}}
{{ $info->employee_code }} {{ $info->first_name }} {{ $info->branch_name }} {{ $info->Departments_name }} {{ $info->job_name }} @if($info->is_archived==1) مؤرشف @else مفتوح @endif @if(!@empty($info->emp_photo)) لوجو الموظف @else @if($info->gender==1) لوجو الموظف @elseif($info->gender==2) لوجو الموظف @else لوجو الموظف @endif @endif @if($info->is_archived==0) @endif التفاصيل طباعة

{{ $data->links('pagination::bootstrap-5') }}
@else

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

@endif
@include('hr.Main_salary_record.create') @stop @section('javascript') @endsection