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