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