@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', ($title_head ?? 'Closed Trial Balance')) @section('css') @endsection @section('content')
{{--
--}} {{-- @if( isset($_GET['from']) ) --}}
@include('general-ledger-close-month.trial-balance-list')
{{-- --}}
{{-- @endif --}}
@endsection @section('js') @endsection