@extends('tenant.accounting.accounting-tabs') @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.home') => '/', __('breadcrumb.accounting') => '/accounting/accounts', __('breadcrumb.reports') => '/accounting/reports', __('breadcrumb.total_account_balances') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', [ 'activeItem' => 'accounting.reports.accounts.total-account-balance', ]) @endsection @php $activeTab = 'reports-totalAccountBalance'; @endphp @section('style') @endsection @section('content-field')