@extends('tenant.rentals.rentals-tabs') @php $activeTab = 'rentals-receipts'; @endphp @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.home') => '/', __('breadcrumb.rentals') => '/rentals', __('breadcrumb.receipts') => '#', ], ]) @endsection @section('style') @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'rentals.receipts']) @endsection @section('content-field')
@php $data = [ 'receipts' => $receipts, 'active_year' => $active_year, 'print_data' => Session::get('print_data'), 'module' => $module, 'is_deletable' => json_decode(Session::get('deletable_bonds'))->accounting->receipts, ]; @endphp
@endsection @push('script') @endpush @push('script') @scriptag('build/js/vue-components/receipts-main-page.js') @endpush