@extends('admin.layout')
@section('content')
@if (count($counters) == 0)
{{ __('NO INFORMATION FOUND') . '!' }}
@else
@endif
{{-- create modal --}}
@include('admin.home-page.counter-section.create')
{{-- edit modal --}}
@include('admin.home-page.counter-section.edit')
@endsection