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

ADVANCE VOUCHER MANAGEMENT

{{-- @include('accounts.voucher.install_form',['button_type'=>'button']) --}} {{--
{{strtoupper(str_replace('_',' ',$voucher_type['name']))}} --}}
@csrf
@php $cash_bank_type=1; $payment=1; $optionHtml=''; @endphp
{{-- --}} {{-- --}}
@for ($i = 1; $i < 2; $i++) @endfor
# HOTEL C CENTER RESERVATION DESC AMOUNT
{{ $i }}
@for ($j = 0; $j < 1; $j++) @endfor
SL Group Ledger Title Cost Center Note Amount
{{$payment==0?'DR':'CR'}}-{{($j+1)}}
{{-- --}}
{{--
--}} {{-- --}} {{-- --}} @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