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