@extends('admin.layouts.app') @section('content')
@if($dataCounters->isEmpty()) @else @php $counter = ($dataCounters->currentPage() - 1) * $dataCounters->perPage() + 1; @endphp @foreach($dataCounters as $dataCounter) @php $counter++; @endphp @endforeach @endif
Counter ID Counter Title Counter Number Created At Control

There are no counters to be shown

{{$counter}} {{$dataCounter->title}} {{$dataCounter->count_number}} {{$dataCounter->created_at->format('d / m / Y') }}
@csrf @method('DELETE') Edit Show
{{ $dataCounters->onEachSide(5)->links() }}
@endsection