Counts @if(Gate::check('design:create') || Gate::check('style:create')) @endcan
@if(!$hideFilters)
@error('search') {{ $message }} @enderror
@endif
@if (Session::get('message')) @endif @if($errors->all()) @endif
@foreach($counts as $count) @endforeach
ID Name
{{ $count->id }} {{ $count->count }} @can('style:update') @endcan
{{ $counts->links() }}