@extends('tenant.layouts.master') @section('style') @endsection @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.home') => '/', __('breadcrumb.rentals') => '/rentals', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'rentals']) @endsection @section('content')

@lang('rentals/main-rental.rental_sections')

@endsection