@extends('layouts.gthemes_landing.layout') @push('stylesheet') @if( Request::is('/') ) @endif @endpush @section('content_header') @endsection @section('content_body') @foreach( $cat_products as $cat_product) @if(count($cat_product->product)>0) @if( $cat_product->category_style=="style_01") @elseif( $cat_product->category_style=="style_02")

{{ $cat_product->category_name }}

@foreach( $cat_product->product as $key => $value) @endforeach
@else

{{ $cat_product->category_name }}

@foreach( $cat_product->product as $key => $value) @endforeach
@endif @endif @endforeach @endsection @push('scripts') @endpush