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