@extends('site.master')
{{--@section('title', $page->translation->meta_title)--}}
{{--@section('meta_description', $page->translation->meta_description)--}}
@section('content')
<section class="content">
@include('shop.partials.itemsGridLoop', ['products' => $categories, 'parentlink' => $links->categories->route])
</section>
@endsection