@extends('tenant.layouts.master') @section('breadcrumb') @include('tenant.layouts.breadcrumb', ['items' => [ __('breadcrumb.rentals') => '/rentals', __('breadcrumb.booths_kiosks') => route('tenant.rentals.booths.index'), __('breadcrumb.view_booth') => '#' ]]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'rentals.booths']) @endsection @section('style') @endsection @section('content')