CRV-{{$entry->voucher_no}} | BRV-{{$entry->voucher_no}} | CPV-{{$entry->voucher_no}} | BPV-{{$entry->voucher_no}} | JV-{{$entry->voucher_no}} | | @if($entry->is_check)
@else
@endif
| @if($entry->is_post)
@else
@endif
|
{{date('d/m/Y', strtotime($entry->date))}} |
{{$entry->entry_no}} |
@if($entry->adjusting_entry)
@endif
|
{{$entry->account? $entry->account->name : ''}} |
{{$entry->memo}} |
{{number_format($totalAmount[$entry->entry_no])}} |
@permission('view-voucher')
View
@endpermission
@permission('delete-voucher')
@if(!$entry->is_post)
Delete
@endif
@endpermission
|