@extends('layouts.admin') @section('content') Filter Categories @if(!empty($category_list)) @foreach($category_list as $category) @if(!empty($category->subcategory)) {{ $category->name }} @foreach($category->subcategory as $sub) {{ $sub->name }} @endforeach @else {{ $category->name }} @endif @endforeach @endif Filter Products @if(isset($filter_list)) @forelse($filter_list as $key => $list) @if($filter_list[$key]['title'] == 'Price' || $filter_list[$key]['title'] == 'Discounts') {{ $filter_list[$key]['title'] }} @if(isset($filter_list[$key]['filter_data'])) @forelse($filter_list[$key]['filter_data'] as $data) {{ $data['name'] }} @empty {{ $filter_list[$key]['title'] }} Data not Available @endforelse @endif All @endif @empty data not available @endforelse @endif @lang('messages.Home') All Products Brands {{ $brand_name }} @if(!empty($subcategory_list)) @foreach($subcategory_list as $key => $category) {{$category->name}} @endforeach @endif @if(!empty($products)) Sort By Featured Price: Low to High Price: High to Low New Arrivals @endif @include('admin.sub_view.looping_product') @php $brand = isset($brand) ? $brand : 0; @endphp @endsection
{{ $filter_list[$key]['title'] }} Data not Available
data not available