@extends('layout.app') @section('content')
| # | POP Name | Total Created | Open | Assigned | Unassigned | 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. | |||||||