@if(true)
@else
Compare each account in the Trial Balance Report with GAB, AR Aging, and AP Aging
Trial Balance Report
Trial Balance Report
@php
$this_start = date('01-12-'.$current_period);
$this_end = date('31-12-'.$current_period);
@endphp
Warning! December period is not closed yet Go To December Period
@endif
@if($last_period)
Last Year Adjustment
@else
Compare each account in the Trial Balance Report with GAB, AR Aging, and AP Aging
Trial Balance Report
Trial Balance Report
There is no last year period
@endif
@php
$this_start = date('01-12-'.$current_period);
$this_end = date('31-12-'.$current_period);
@endphp
Warning! Can't close year; December period is not closed yet. Go To December Period
@endif