@extends('tenant.rentals.rentals-tabs') @php $activeTab = 'rentals-booths'; @endphp @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.rentals') => '/rentals', __('breadcrumb.booths_kiosks') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'rentals.booths']) @endsection @section('content-field')
@endsection @push('script') @scriptag('build/js/vue-components/building-booths.js') @endpush