@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('KPI library')) @section('content')
| {{ __('Code') }} | {{ __('Title') }} | {{ __('Default %') }} | {{ __('Active') }} | |
|---|---|---|---|---|
| {{ $r->code ?? '—' }} | {{ $r->title }} | {{ $r->default_weightage ?? '—' }} | {{ $r->is_active ? __('Yes') : __('No') }} | @can('PerformanceAppraisal-edit') {{ __('Edit') }} @endcan @can('PerformanceAppraisal-delete') @endcan |