@extends('layout.app') @section('content')
| # | POP Name | {{--Total Created | --}}Last Month Total Created | This Month Total Created | Open | Assigned | Unassigned | {{--Assigned But Not Start Work | --}}No Update More Than One Hour | Due Time Over |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $popId }} | {{ $popName }} | @foreach ($columns as $col) @php $count = $col['data']->get($popId, 0); @endphp@if ($count > 0) {{ number_format($count) }} @endif | @endforeach||||||||
| No POP data available. | ||||||||||