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

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

@include('accounts.voucher.install_form', ['button_type'=>'button'])
@csrf @php $cash_bank_type=(($voucher_type['type']==1)||($voucher_type['type']==3))?1:2; $payment=1; $optionHtml=''; @endphp @include('accounts.voucher.voucher_header')
{{-- @if($cash_bank_type==2) --}} {{-- --}} {{-- @endif --}} {{-- --}} @for ($i = 0; $i < 1; $i++) {{-- --}} {{-- --}} @endfor {{-- --}} @for ($j = 100; $j < 101; $j++) @endfor
{{__('obs.sl')}} {{__('obs.group')}} {{__('obs.ledger_title')}} {{__('obs.cost_center')}} {{__('obs.note')}} ChequeDate ChequeNo{{__('obs.amount')}}
{{$payment==1?'DEBIT':'CREDIT'}} ACCOUNT
DR-{{($i+1)}}
{{-- --}}
{{$payment==0?'DEBIT':'CREDIT'}} ACCOUNT
CR-{{($j-99)}}
{{-- --}} @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