@extends('frontend.layouts.main') @section('main-container')

Explore Products

@if ($products->count() > 0)
{{--

Filter

@if ($category->count() > 0)
Category
@endif
--}}
@if ($category->count() > 0)
{{-- --}}
@endif
@foreach ($products as $product)
@foreach ($product->ProductImagesByID as $image) {{ $product->product_name }} @break @endforeach

{{ $product->product_name }}

@endforeach
{{ $products->links() }}
@endif @endsection