@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Transaction Journal Vouchers') @section('css') @endsection @section('content')
{{--
--}}
@if( isset($_GET['periode']) && isset($_GET['status']) && isset($_GET['journal_sources']))
@csrf
@php $idx = 0; @endphp @if(count($journals) > 0) @foreach($journals as $journal) @endforeach @else @endif
Date ReferenceNo Description Debit Credit Action
{{ date('d-m-Y', strtotime($journal->from)) }} {{ $journal->reference_no }} {{ $journal->description }} {{ ribuanWithComma($journal->debitsum()) }} {{ ribuanWithComma($journal->creditsum()) }}
No Data
@endif
@endsection @section('js') @endsection