@php $categories = App\Models\Admin\Category::Active()->whereNull('parent_id')->get()->take(4); @endphp
{{--
--}}