@foreach($users_kpis as $user_kpi) @endforeach
{{ __('ID') }} {{ __('Year & Month') }} {{ __('Employee Name') }} {{ __('Department') }} {{ __('Job Title') }} {{ __('Manage By') }} {{ __('Total Employee Score') }} {{ __('Created At') }}
{{ $user_kpi->id }} {{ $user_kpi->year_month }} {{ $user_kpi->user_name }} {{ $user_kpi->department_title }} {{ $user_kpi->job_title }} {{ $user_kpi->parent_name }} {{ $user_kpi->total_employee_score }} {{ $user_kpi->created_at->format('d M Y, h:i a') }}