@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'General Ledger - Close Month') @section('css') @endsection @section('content')
@if(isset($_GET['period'])) @if(!$previous_period)
Warning! {{ (strtotime($start_date) >= strtotime($last_startdate)) ? 'Previous' : 'Next' }} period has not closed    Go To Last Period
@else @if($current_period)
Warning! This period already closed    Show Closed Book List
@else
@csrf
 Transfer All Journal To General Ledger

General Batch Journal  
 Compare each account in the Trial Balance Report with GAB, AR Aging, and AP Aging

Trial Balance Report  
{{-- --}}
@endif @endif @endif
@endsection @section('js') @endsection