@extends('admin.layout.master') @section('title',__('obs.chart_of_accounts')) @section('custom_style') @endsection @section ('content')
@include('admin.layout.title_header', ['title'=>__('obs.chart_of_accounts')])
{{-- --}}
@php $routeName=Route::currentRouteName(); $printData=getPrintData($routeName,[]); @endphp {!!$printData['head']!!}
@if(checkAuthPermission('accounts_head.bulk_update')) @endif
@if(checkAuthPermission('accounts_head.bulk_update'))
@if(active_user()==1)
@endif

@endif
@include('admin.global.loader') @include('admin.slider.global_slider') @include('accounts.reports.chart_of_accounts.sub_ledger_modal') @endsection @section('script') @stop