@extends('tenant.layouts.master') @section('style') @endsection @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.home') => '/', __('breadcrumb.accounting') => '/accounting/accounts', __('breadcrumb.general_ledger_index') => route('tenant.accounting.accounts.index'), __('breadcrumb.opening_balances') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'accounting.initial-balance']) @endsection @section('content')

@lang('accounting/accounts/add-new-account.opening_balances_for_accounts')

@endsection @push('script') @scriptag('build/js/vue-components/initial-balance.js') @endpush