@extends(!in_array(\Auth::user()->role, [10, 15]) ? '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