@extends('admin.layout.master') @section('title','VOUCHER MANAGEMENT') @section('custom_style') @endsection @section ('content') @include('accounts.voucher.install_form')
@csrf

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

@php $cash_bank_type=(($voucher_type['type']==1)||($voucher_type['type']==3))?1:2; @endphp
@php $i = 1; @endphp {{-- --}}
{{-- --}} {{-- @forelse ($nitialAccountsSetUps as $val) --}} @for ($i = 0; $i < 6; $i++) {{-- @php $total_row = $total_row + count($nitialAccountsSetUps); @endphp --}} @endfor
{{__('obs.sl')}} {{__('obs.group')}} {{__('obs.ledger_acc')}}. {{__('obs.ledger_title')}} {{__('obs.cost_center')}} {{__('obs.notes')}} {{__('obs.debit')}} {{__('obs.credit')}}
{{($i+1)}}
{{-- --}}
{{__('obs.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