@extends('layout.app') @section('content') Color Group All Groups @foreach($colorGroups as $groups) {{ $groups }} @endforeach Colors All Colors {{-- @foreach($filterColors as $color)--}} {{-- {{ $color }}--}} {{-- @endforeach--}} Size All Sizes 0-1 Inch 1-2 Inch 2-3 Inch 3-4 Inch Category All Categories @foreach($categories as $category) {{ $category }} @endforeach {{-- --}} @include('components.frame-loop') @endsection @push('script') @endpush