@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Close Year') @section('css') @endsection @section('content')
@if(true)
 Compare each account in the Trial Balance Report with GAB, AR Aging, and AP Aging

Trial Balance Report  
@else
@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
 Compare each account in the Trial Balance Report with GAB, AR Aging, and AP Aging

Trial Balance Report  
@else
There is no last year period
@endif
@if($december_closed_book)
@csrf
Rp.
@else
@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
@endsection @section('js') @endsection