@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')
@php $data = [ 'invoices' => $invoices, 'buildings' => $buildings, 'floors' => $floors, 'shops' => $shops, 'booths' => $booths, 'receivable_accounts' => $receivable_accounts, 'print_data' => Session::get('print_data'), 'active_year' => $active_year, ]; @endphp
@endsection @push('prepend-script') @endpush @push('script') @scriptag('build/js/vue-components/contract-invoices.js') @endpush