@for($i = 0; $i < sizeof($thirdPageProductArray); $i++)
@include('groupReport.templates.endPage.productBox', ['descArray' => $thirdPageProductArray[$i], 'strings' => $stringsData])
@endfor
@include('groupReport.templates.footerTemplate', [
'resourcePath' => $resourcePath,
'pageNo' => 14
])