@extends('tenant.layouts.master') @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.rentals') => '/rentals', __('breadcrumb.shops') => route('tenant.rentals.shops.index'), $shop->title => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'rentals.shops']) @endsection @section('content')
@endsection @push('script') @scriptag('build/js/vue-components/shop-page.js') @endpush