@extends('layout.master') @section('body-class', 'page-categories') @section('content')
@foreach ($items as $product)
@include('shared.product')
@endforeach
{{ $products->links('shared/pagination/bootstrap-4') }}
@endsection