@extends('tenant.accounting.accounting-tabs') @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.home') => '/', __('breadcrumb.accounting') => '/accounting/accounts', __('breadcrumb.reports') => '/accounting/reports', __('breadcrumb.cost_centers_report') => '#', ], ]) @endsection @php $activeTab = 'report-detailedCostCenterStatement'; @endphp @section('style') @endsection @section('sidebar') @include('tenant.layouts.sidebar', [ 'activeItem' => 'accounting.reports.accounts.detailed-cost-center-statement', ]) @endsection @section('content-field')
@endsection @push('script') {{-- add the tom-select library to delete the multiple select options --}} @endpush