@php $main_count = App\Models\Outsource::countCompanyByCatId($cat->id); $sub_category = App\Models\Outsource::getSubCategory($cat->id); @endphp

{{$cat->name}} ({{$main_count}})

@foreach($sub_category as $s) @php $sub_count = App\Models\Outsource::countCompanyBySubCatId($s->id); @endphp

{{$s->name}} ({{$sub_count}} İşletme)

@endforeach