@extends('admin.layouts.app') @section('page_content')

{{count($projects)}}

Projects

{{count($certificates)}}

Certificates
@foreach($productsList as $key => $category)

{{count($category->getProductModels($category->id)) ?? 0}}

{{$category->name}}
@endforeach
@endsection