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