@if($finance_cln_periods_data['is_open']==1)
@endif
@if(@isset($data) and !@empty($data) and count($data)>0 )
| {{__('hr.employee_code')}} | {{__('hr.first_name')}} | {{__('business.location')}} | {{__('hr.department')}} | {{__('hr.job')}} | {{__('hr.archive_status')}} | {{__('hr.emp_photo')}} | @foreach ( $data as $info ) |
|---|---|---|---|---|---|---|---|
| {{ $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))
@endif
@endif
|
@if($info->is_archived==0) @endif التفاصيل طباعة |
{{ $data->links('pagination::bootstrap-5') }}
@else
عفوا لاتوجد بيانات لعرضها
@endif
@endif
@endif