@extends('admin.layout.master') @section('title','VOUCHER MANAGEMENT') @section('custom_style') @endsection @section ('content')

{{strtoupper(str_replace('_',' ',$voucher_type['name']))}}

@include('accounts.voucher.invoice_install_form')
@csrf
@php $cash_bank_type=(($voucher_type['type']==1)||($voucher_type['type']==3))?1:2; $payment=(($voucher_type['type']==1)||($voucher_type['type']==2))?1:0; $optionHtml=''; @endphp
Invoice List {{$voucher_type['type']==1?'Paid':'Collect'}} Amount
SL DATE Invoice No Billed Amount Due Amount
@for ($j = 0; $j < 1; $j++) @endfor {{-- --}}
SL Group Ledger Title Cost Center Note Amount
{{$payment==0?'DR':'CR'}}-{{($j+1)}}
TRANSACTION TOTAL :
TRANSACTION TOTAL :
{{-- --}}
{{-- --}} @include('accounts.voucher.modal_accounts_ledger') @include('accounts.voucher.modal_head_accounts_code') @include('accounts.voucher.modal_previous_voucher') {{-- @include('accounts.voucher.madal_cost_center') --}} @endsection @section('script') @include('accounts.voucher.voucher_js') @stop