@php $categories = App\Models\Category::with('subs')->withCount('subs')->where('status', 1)->get(); @endphp