vendredi 12 juillet 2019

How to display categories in segments in laravel

I want to be able to display categories in range in different divs e.g.

Cat 1, Cat 2, Cat 3, Cat 4 Cat 5, Cat 6, Cat 7, Cat 8

Below is what i have. As you can see, it basically pulls all categories

Cat 1, Cat 2, Cat 3, Cat 4, Cat 5, Cat 6, Cat 7, Cat 8 config('country.icode'), 'catSlug' => $iCat->slug]; ?> config('country.icode'), 'catSlug' => $iCat->slug]; ?> id }}" class="link parent "> id }}"> @endforeach @endif
            <input type="hidden" id="category-id-hidden" name="category_id" value="" />

            @endforeach
        @endforeach
        </div>

    </section>



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire