@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', ($title_head??'General Ledger Close Month - Trial Balance')) @section('css') @endsection @section('content')
{{-- @include('general-ledger-close-month.balance-sheet-list') --}} @include('general-ledger-close-month.balance-sheet-demonew')
@endsection @section('js') @endsection