@extends('kms::section.index')
@section('entities')
@include('kms::partials.entities.index', [
'slug' => 'shops',
'title' => 'Shops',
'subTitle' => 'All shops',
'entities' => $shops,
'activeId' => null
])
@stop