@extends('front.layout.main') @section('content') @if(count($paginatedProducts) > 0)

Products available in Analysers

@foreach ($paginatedProducts as $row) @endforeach
{{ $paginatedProducts->links() }}
@endif @stop