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