@include('admin.layout.title_header', ['title'=>'RECEIVABLE BILLS'])
{{--
--}}
@php
$types=[2=>'bank_payment',1=>'cash_payment',3=>'cash_receive',4=>'bank_receive',5=>'journal'];
$routes=[2=>'voucher.bank_payment_vouchers',1=>'voucher.cash_payment_vouchers',3=>'voucher.cash_receive_vouchers',4=>'voucher.bank_receive_vouchers',5=>'voucher.journal_vouchers'];
$filter_date_type=[
'date' =>'voucher date',
'check_out_date'=>'check_out_date',
'check_in_date' =>'check_in_date',
'created_at' =>'posting_date',
'confirm_date' =>'confirm_date',
];
@endphp