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