@extends('tenant.rentals.rentals-tabs') @php $activeTab = 'rentals-events'; @endphp @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.rentals') => '/rentals', __('breadcrumb.events') => '#', ], ]) @endsection @section('style') @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'rentals.events']) @endsection @section('content-field')

@lang('rentals/events/index.events')

@lang('rentals/events/index.events')

# @lang('rentals/events/index.from_date') @lang('rentals/events/index.to_date') @lang('rentals/events/index.building') @lang('rentals/events/index.floor') @lang('rentals/events/index.shop') @lang('rentals/events/index.address') @lang('rentals/events/index.details')
@endsection @push('script') @endpush