@extends('LifeAtGainup.Navbar.nav')
@section('content')
SNO |
KPI Point Name |
Division |
Department |
UOM |
@foreach($info as $index => $row)
{{ $index + 1 }} |
{{ $row['KPI_Point_Name'] }} |
{{ $row['Actual_Division_Name'] }} |
{{ $row['department'] }} |
{{ $row['UOM'] }} |
@endforeach