@extends('store.main.template') @section('store.content.container')
@foreach ($productGroups as $prodGroup)
@include('store.products.card')
@endforeach
{{ $productGroups->links('pagination::bootstrap-4') }}
@endsection @section('modals') @endsection @section('pageJsIncludes') @endsection