@extends('layouts.new-layout') @section('content')

Kitchen Cabinets

Explore: @foreach ($categories->take(4) as $category) {{ $category->name }} @if($loop->last) @else,@endif @endforeach

@foreach ($items as $item) @endforeach

Related Product

@foreach ($items as $item) @endforeach
@endsection