@php Fun::lang(); @endphp

សក្ខីប័ត្រ

Voucher

@foreach (Fun::pluckVoucherType() as $i=>$v) @if ($i)
{{$master[0]->voucher_type == $i ? "✔":"❌"}} {{$v}}
@endif @endforeach
@php $total_debit = 0; $total_credit = 0; $bg = [1=>'',0=>'table-warning']; $tran = $master->pluck('tran_id','tran_id'); $gg = 0; foreach ($tran as $key=>$tr) { $tran[$key] = $bg[$gg=!$gg]; } @endphp @foreach($master as $key => $row)
{{__('auth.date')}} {{__('auth.account_number')}} {{__('auth.account_name')}} {{__('auth.debit')}} {{__('auth.credit')}} {{__('auth.note')}}