@extends('layout.app') @section('content') Filter By Category All Categories @foreach($categories as $category) {{$category}} @endforeach Filter By Secondary Color All Secondary Colors @foreach($secondary_color as $color) {{$color}} @endforeach Filter By Third Color All Third Colors @foreach($third_color as $color) {{$color}} @endforeach @include('components.product-loop') @endsection @push('script') @endpush