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