@php $all_categories = $categories_list->where('featured',1); $parents = $all_categories->whereNull('parent_id')->pluck('id')->toArray(); $total_qty = session()->has('total_qty') ? session()->get('total_qty') : 0; $subTotal = session()->has('subTotal') ? session()->get('subTotal') : 0; @endphp @if(!empty($ecommerce_setting->is_rtl)) @else @endif