@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')
@php $data = [ 'debit_notes' => $debit_notes, 'print_data' => Session::get('print_data'), 'module' => 'rentals', 'active_year' => $active_year ]; @endphp
@endsection @push('script') @scriptag('build/js/vue-components/debit-notes-main-page.js') @endpush