@extends('frontend.layout.master') @section('title', $pageTitle) @section('content')
@foreach($products as $product)
@foreach($galleryimg->where('product_id', $product->id) as $index => $image)
@endforeach
@endforeach
@endsection