@extends('admin.layouts.app') @section('title', 'Counters') @section('content')
No counters found.
@elseSr No | User | {{ $isMonthly ? 'Month' : 'Date' }} | Resolved | |
---|---|---|---|---|
{{ $index + 1 }} | {{ $counter->user_name ?? ($counter->title . ' ' . $counter->name) }} | {{ $counter->email }} | {{ $isMonthly ? $counter->month : $counter->date }} | {{ $counter->resolved }} |