@extends('tenant.accounting.accounting-tabs') @section('style') @endsection @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.home') => '/', __('breadcrumb.accounting') => '/accounting/accounts', __('breadcrumb.checks_book') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'accounting.checks-keeper']) @endsection @section('content-field')
@endsection @push('script') @scriptag('build/js/vue-components/general-checks-keeper.js') @endpush