@extends('admin.layout.master') @section('title',__('accounts.voucher_management')) @section('content')
@endsection @include('v3.global.extra', [ 'data' => [ 'voucher_info' => isset($voucher)?$voucher:null, 'voucher_type' => $voucher_type, 'currency' => $currency, 'voucher_groups' => getVoucherGroups($voucher_type['type']), 'default_cash_bank' => $default_cash_bank ]]) @vite('resources/js/pages/accounts/vouchers/receipt_payment_voucher_create.js')