@extends('layouts.index') @section('title') KPI Weight @endsection @section('css') @endsection @section('content')

KPI Weight

KPI Weight Lists

@php $increment = 1; @endphp @foreach($kpi_weight as $data) @endforeach
# Weight Percentage Task Type Status Action
{{ $increment++ }} {{ $data->weight_percentage }}% {{ ucwords(str_replace('_', ' ', $data->task_type)) }} @if($data->status == 'Y') Active @else Inactive @endif
Add Kpi Weight

@csrf
Edit Point

@csrf @method('PUT')
@endsection @section('js') @endsection