@csrf
@foreach($report as $rep => $row) @endforeach
SNO KPI Name Division Department UOM Type Date Status
{{ $rep + 1 }} {{$row['KPI_Name']}} {{ $row['Division'] }} {{ $row['Department'] }} {{ $row['UOM'] }} {{ $row['Type'] }} {{ date('Y-m-d',strtotime($row['EDate'])) }} {{ $row['App_Status'] }}