@extends('layouts.front-layout') @section('title') {{$get_cate_wise_product->category_name ? : ''}} @endsection @section('content')
img

Shop for {{$get_cate_wise_product->category_name ? : ''}}

img
@forelse($get_cate_wise_product->product as $product) @empty

Product Not Found

@endforelse
@endsection