{{ __('Employee Name') }} | {{ __('KPI Name') }} | {{ __('Year & Month') }} | {{ __('Total Employee Score') }} | {{ __('Created At') }} |
---|---|---|---|---|
{{ $user_kpi->user_name }} | {{ $user_kpi->kpi_name }} | {{ $user_kpi->year_month }} | {{ $user_kpi->total_employee_score }} | {{ $user_kpi->created_at->format('d M Y, h:i a') }} |