{{-- @Author: Anwarul @Date: 2025-08-13 15:10:28 @LastEditors: Anwarul @LastEditTime: 2025-08-18 13:29:24 @Description: Innova IT --}} @php $categories = App\Models\Category::with('subcategory','subcategory.childcategory')->whereStatus(1)->orderby('serial', 'asc')->take(8)->get(); @endphp
{{ __('All Categories') }}