@extends('frontend.main_master') @section('main') Products Home Products Men's Clothing @foreach($mens_categories as $cat) {{ ucwords($cat->category_name) }} {{ ucwords($cat->category_type). ' Clothing' }} View More @endforeach Women's Clothing @foreach($womens_categories as $cat) {{ ucwords($cat->category_name) }} {{ ucwords($cat->category_type). ' Clothing' }} View More @endforeach Kids's Clothing @foreach($kids_categories as $cat) {{ ucwords($cat->category_name) }} {{ ucwords($cat->category_type). ' Clothing' }} View More @endforeach Baby Clothing @foreach($baby_categories as $cat) {{ ucwords($cat->category_name) }} {{ ucwords($cat->category_type). ' Clothing' }} View More @endforeach @endsection