@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Transaction Journal Vouchers') @section('css') @endsection @section('content')
{{-- --}}
{{-- --}} @foreach($journals as $journal) {{-- --}} @endforeach
DateToReference No Description Amount
{{ date('d-m-Y', strtotime($journal->from)) }}{{ date('d-m-Y', strtotime($journal->to)) }}{{ $journal->reference_no }} {{ $journal->description }} {{ ribuanWithComma($journal->debitsum()) }} {{-- Tombol Show Lama ngelink langsung dengan PDF  Show --}}  Show
@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
{{-- --}} @endsection @section('js') @endsection