@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Last Year Adjustment') @section('css') @endsection @section('content')
@if($last_year) @if(isset($_GET['confirm']))
@csrf
Rp.
@foreach($journals as $journal) @endforeach
Date Reference No Description Amount
{{ date('d-m-Y', strtotime($journal->from)) }} {{ $journal->reference_no }} {{ $journal->description }} {{ ribuanWithComma($journal->debits) }}  Show @if(!$journal->closed_book_id) @endif

Transaction Journal Vouchers

@csrf
Journal Entry : Created Date :
Reference No : Created By :
Description :
Account-No Description Debet Credit Remark Change By Change Date Action
No Data
TOTAL
BALANCE
@else

Are you sure, you want to adjust last year journal?

Yes No
@endif @else
There is no last Period.
@endif
@endsection @section('js') @endsection