CasperSecurity
<div class="container-fluid" wire:ignore.self>
<div class="row">
<div class="w-half">
<ul class="nav flex flex-wrap items-end border-b border-b-color mx-[-30px] px-[30px] style-1 mb-12" id="pills-tab" role="tablist">
<li class="inline-block" role="presentation">
<a href="javascript:void(0);"
class="nav-link px-[25px] ml-[-1px] border border-b-color mb-[-1px]
<?php if($voucher_type=='Cash Payment'): ?> py-[15px] block border-b-0 rounded-ss-md bg-chat dark:bg-[#1E1E1E] sm:text-sm text-xs dark:text-white active
<?php else: ?> py-[10px] block bg-white text-primary dark:text-white dark:bg-[#242424] sm:text-sm text-[13px] duration-500 hover:text-link-hover
<?php endif; ?>" wire:click="switchTab('cp')" >Cash Payment</a>
</li>
<li class="inline-block" role="presentation">
<a href="javascript:void(0);"
class="nav-link px-[25px] ml-[-1px] border border-b-color mb-[-1px]
<?php if($voucher_type=='Bank Payment'): ?> py-[15px] block border-b-0 rounded-ss-md bg-chat dark:bg-[#1E1E1E] sm:text-sm text-xs dark:text-white active
<?php else: ?> py-[10px] block bg-white text-primary dark:text-white dark:bg-[#242424] sm:text-sm text-[13px] duration-500 hover:text-link-hover
<?php endif; ?>" wire:click="switchTab('bp')" >Bank Payment</a>
</li>
<li class="inline-block" role="presentation">
<a href="javascript:void(0);"
class="nav-link px-[25px] ml-[-1px] border border-b-color mb-[-1px]
<?php if($voucher_type=='Bank Receive'): ?> py-[15px] block border-b-0 rounded-ss-md bg-chat dark:bg-[#1E1E1E] sm:text-sm text-xs dark:text-white active
<?php else: ?> py-[10px] block bg-white text-primary dark:text-white dark:bg-[#242424] sm:text-sm text-[13px] duration-500 hover:text-link-hover
<?php endif; ?>" wire:click="switchTab('br')" >Bank Receive</a>
</li>
<li class="inline-block" role="presentation">
<a href="javascript:void(0);"
class="nav-link px-[25px] ml-[-1px] border border-b-color mb-[-1px]
<?php if($voucher_type=='Cash Receive'): ?> py-[15px] block border-b-0 rounded-ss-md bg-chat dark:bg-[#1E1E1E] sm:text-sm text-xs dark:text-white active
<?php else: ?> py-[10px] block bg-white text-primary dark:text-white dark:bg-[#242424] sm:text-sm text-[13px] duration-500 hover:text-link-hover
<?php endif; ?>" wire:click="switchTab('cr')" >Cash Receive</a>
</li>
<li class="inline-block" role="presentation">
<a href="javascript:void(0);"
class="nav-link px-[25px] ml-[-1px] border border-b-color mb-[-1px]
<?php if($voucher_type=='Journal'): ?> py-[15px] block border-b-0 rounded-ss-md bg-chat dark:bg-[#1E1E1E] sm:text-sm text-xs dark:text-white active
<?php else: ?> py-[10px] block bg-white text-primary dark:text-white dark:bg-[#242424] sm:text-sm text-[13px] duration-500 hover:text-link-hover
<?php endif; ?>" wire:click="switchTab('jnl')" >Journal</a>
</li>
</ul>
<div>
<div class="row">
<div class="card z-auto p-[25px]" style="min-height: 690px;">
<div class="card-header">
<div class="flex justify-between items-center mb-2">
<?php if($voucher_type != null): ?>
<h1 class="heading text-[1.8rem] font-medium uppercase">
<?php echo e($voucher_type); ?>
</h1>
<?php endif; ?>
</div>
</div>
<div class="card-body">
<div class="p-[1.563rem]">
<div class="overflow-x-auto table-scroll">
<table id="dept_datatable" class="display table w-full" >
<thead>
<tr class="bg-transparent">
<th class="text-black py-2 px-[0.9375rem] border-2 border-solid border-[#E6E6E6] dark:border-[#444444] capitalize whitespace-nowrap text-xs font-medium text-center">Date</th>
<th class="text-black py-2 px-[0.9375rem] border-2 border-solid border-[#E6E6E6] dark:border-[#444444] capitalize whitespace-nowrap text-xs font-medium text-center">Particulars</th>
<th class="text-black py-2 px-[0.9375rem] border-2 border-solid border-[#E6E6E6] dark:border-[#444444] capitalize whitespace-nowrap text-xs font-medium text-center">Amount</th>
<th class="text-black py-2 px-[0.9375rem] border-2 border-solid border-[#E6E6E6] dark:border-[#444444] capitalize whitespace-nowrap text-xs font-medium text-center">Action</th>
</tr>
</thead>
<tbody>
<?php if(sizeof($voucher)>0): ?>
<?php $__currentLoopData = $voucher; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $vchr): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr class="bg-transparent">
<td class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-center">
<?php echo e(\Carbon\Carbon::parse($vchr['preparatory_date'])->format('Y-m-d')); ?>
</td>
<td class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-center">
<?php echo e($vchr['voucher_particulars']); ?>
</td>
<td class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-center">
<?php echo e($vchr['total_debit_amount']); ?>
</td>
<td class="bg-transparent border-2 border-solid border-[#E6E6E6] dark:border-[#444444] py-2 px-[0.9375rem] capitalize whitespace-nowrap text-[15px] font-normal text-center">
<div class="flex justify-center">
<a href="javascript:void(0);" class="btn w-[1.625rem] h-[1.625rem] leading-[1.625rem] rounded-md text-center text-white bg-primary hover:bg-hover-primary duration-300 mr-1 offcanvas-toggle"
wire:click="updateclick(<?php echo e($vchr['id']); ?>)"
><i class="fas fa-pencil-alt text-[0.875em]"></i></a>
</div>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php else: ?>
<tr class="bg-transparent">
<td colspan="5" class="text-danger border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap xl:text-[15px] text-[15px] font-bold text-center">No Data Available</td>
</tr>
<?php endif; ?>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div wire:ignore.self>
<div class="fixed top-0 right-0 flex flex-col w-1/2 h-[100vh] z-[1045] bg-white dark:bg-[#1E1E1E] text-body-color duration-500 ease-in-out offcanvas <?php if($showmodal): ?> <?php else: ?> is-closed <?php endif; ?>" id="offcanvasExample">
<div class="ml-4 flex items-center justify-between p-4">
<h5 class="modal-title" id="#gridSystemModal">Post Voucher</h5>
<button type="button" class="offcanvas-close h-6 w-6 box-content bg-danger-light rounded-md text-lg mr-4 p-2 opacity-50 hover:opacity-100 text-red" wire:click="closemodalclick">
<i class="fa-solid fa-xmark"></i>
</button>
</div>
<div class="p-4 overflow-y-auto overflow-x-hidden dz-scroll">
<div class="container-fluid px-[15px] py-0">
<div class="xl:w-full border mb-2">
<div class="row p-2">
<div class="xl:w-1/3 flex" >
<div class="xl:w-full mb-3">
<label class="form-label">Voucher Type<span class="text-danger">*</span></label>
<input type="text" name="voucher_type" wire:model="voucher_type" disabled class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" >
<?php $__errorArgs = ['voucher_type'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="w-full mt-1 text-xs text-danger"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
</div>
<div class="xl:w-1/3 flex">
<div class="xl:w-full mb-3">
<label class="form-label">Date<span class="text-danger">*</span></label>
<input type="text" name="date" wire:model.defer="date" disabled class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full">
<?php $__errorArgs = ['date'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="w-full mt-1 text-xs text-danger"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
</div>
<div class="xl:w-1/3 flex">
<div class="xl:w-full mb-4">
<label class="form-label">Particular<span class="text-danger">*</span></label>
<input type="text" name="particular" wire:model="particular" disabled class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" >
<?php $__errorArgs = ['particular'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="error text-danger"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
</div>
</div>
</div>
<div class="xl:w-full border mb-2">
<div class="overflow-x-auto table-scroll">
<table id="dept_datatable" class="display table w-full">
<?php
$amount = 0;
?>
<thead>
<tr class="bg-transparent">
<th class="text-black py-2 px-[0.9375rem] border-2 border-solid border-[#E6E6E6] dark:border-[#444444] capitalize whitespace-nowrap text-xs font-medium text-center">Ledger Head</th>
<th class="text-black py-2 px-[0.9375rem] border-2 border-solid border-[#E6E6E6] dark:border-[#444444] capitalize whitespace-nowrap text-xs font-medium text-center">Ledger Head Name</th>
<th class="text-black py-2 px-[0.9375rem] border-2 border-solid border-[#E6E6E6] dark:border-[#444444] capitalize whitespace-nowrap text-xs font-medium text-center">Vendor Name</th>
<?php if(sizeof($cash_type)>0 || sizeof($bank)>0): ?>
<th class="text-black py-2 px-[0.9375rem] border-2 border-solid border-[#E6E6E6] dark:border-[#444444] capitalize whitespace-nowrap text-xs font-medium text-center"><?php if($voucher_type == 'Cash Payment' || $voucher_type == 'Bank Payment'): ?>Paid To <?php elseif($voucher_type = 'Cash Receive' || $voucher_type = 'Bank Receive'): ?> Receive From <?php endif; ?></th>
<th class="text-black py-2 px-[0.9375rem] border-2 border-solid border-[#E6E6E6] dark:border-[#444444] capitalize whitespace-nowrap text-xs font-medium text-center">Ref No.</th>
<?php elseif(sizeof($journal_type)>0): ?>
<th class="text-black py-2 px-[0.9375rem] border-2 border-solid border-[#E6E6E6] dark:border-[#444444] capitalize whitespace-nowrap text-xs font-medium text-center">Employee Name</th>
<?php endif; ?>
<th class="text-black py-2 px-[0.9375rem] border-2 border-solid border-[#E6E6E6] dark:border-[#444444] capitalize whitespace-nowrap text-xs font-medium text-center">Amount</th>
</tr>
</thead>
<tbody>
<?php if($voucher_details != null && isset($voucher_details['details']) && sizeof($voucher_details['details'])>0): ?>
<?php $__currentLoopData = $voucher_details['details']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $details): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
if($voucher_details['voucher_type'] == 'journal'){
$amount = 0;
$amount = $voucher_details['total_credit_amount']-$voucher_details['total_debit_amount'];
}else{
$amount = 0;
$amount += abs($details['amount']);
}
?>
<tr class="bg-transparent">
<td class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-center"><?php echo e($details['ledger_head']); ?></td>
<td class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-center"><?php echo e($details['ledger_head_name']); ?></td>
<td class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-center"><?php echo e(isset($details['vendor_name'])?$details['vendor_name']:''); ?></td>
<?php if(sizeof($cash_type)>0 || sizeof($bank)>0): ?>
<td class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-center"><?php echo e($details['paid_to_received_from']); ?></td>
<td class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-center"><?php echo e($details['reference_no']); ?></td>
<?php elseif(sizeof($journal_type)>0): ?>
<td class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-center"><?php echo e(isset($details['employee_name'])?$details['employee_name']:''); ?></td>
<?php endif; ?>
<td class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-center"><?php echo e(abs($details['amount'])); ?></td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
</tbody>
<tfoot>
<tr class="bg-transparent">
<td <?php if(sizeof($journal_type)>0): ?> colspan="4" <?php else: ?> colspan="5" <?php endif; ?> class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-end"> Total</td>
<td class="text-black border-2 border-solid border-[#E6E6E6] dark:border-[#444444] bg-transparent xl:py-2 py-2 xl:px-[0.9375rem] px-[0.9375rem] capitalize whitespace-nowrap text-xs font-normal text-center"><?php echo e($amount); ?></td>
</tr>
</tfoot>
</table>
</div>
</div>
<div class="xl:w-full border mb-3 ">
<div class="xl:w-full flex justify-start p-2" >
<div class="md:w-1/4 w-full mb-4 justify-between mr-2">
<label class="form-label">Voucher Date<span class="text-danger">*</span></label>
<input type="date" name="voucher_date" wire:model="voucher_date" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" >
<?php $__errorArgs = ['voucher_date'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="w-full mt-1 text-xs text-danger"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
<?php if(sizeof($journal_type)>0): ?>
<div class="md:w-1/4 w-full mb-4 mr-2">
<label class="form-label">Journal Type</label>
<select name="journal_type_id" wire:model="journal_type_id"
class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" >
<option value=" ">Select Journal Type</option>
<?php if(sizeof($journal_type)>0): ?>
<?php $__currentLoopData = $journal_type; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $jnl): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<option value="<?php echo e($jnl['id']); ?>"><?php echo e($jnl['journal_type_name']); ?></option>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
</select>
<?php $__errorArgs = ['journal_type_id'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="w-full mt-1 text-xs text-danger"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
<?php elseif(sizeof($cash_type)>0): ?>
<div class="md:w-1/4 w-full mb-4 mr-2 ">
<label class="form-label">Cash Type<span class="text-danger">*</span></label>
<select name="cash_type_id" wire:model="cash_type_id"
class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" >
<option value=" ">Select Cash Type</option>
<?php if(sizeof($cash_type)>0): ?>
<?php $__currentLoopData = $cash_type; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $ct): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<option value="<?php echo e($ct['id']); ?>"><?php echo e($ct['cash_type_name']); ?></option>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
</select>
<?php $__errorArgs = ['cash_type_id'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="w-full mt-1 text-xs text-danger"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
<?php elseif(sizeof($bank)>0): ?>
<div class="md:w-1/4 w-full mb-4 mr-2">
<label class="form-label">Bank</label>
<select name="bank_id" wire:model="bank_id"
class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" >
<option value=" ">Select Bank</option>
<?php if(sizeof($bank)>0): ?>
<?php $__currentLoopData = $bank; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $bt): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<option value="<?php echo e($bt['id']); ?>"><?php echo e($bt['bank_name']); ?></option>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
</select>
<?php $__errorArgs = ['bank_id'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="w-full mt-1 text-xs text-danger"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
<div class="md:w-1/4 w-full mb-4 justify-between mr-2">
<label class="form-label">Cheque Date</label>
<input type="date" name="cheque_date" wire:model="cheque_date" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" >
<?php $__errorArgs = ['cheque_date'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="w-full mt-1 text-xs text-danger"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
<div class="md:w-1/4 w-full mb-4 justify-between mr-2">
<label class="form-label">cheque_No.</label>
<input type="text" name="cheque_no" wire:model="cheque_no" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" >
<?php $__errorArgs = ['cheque_no'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="w-full mt-1 text-xs text-danger"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
<?php endif; ?>
</div>
</div>
<div class="flex justify-center">
<button class="btn xl:py-[0.719rem] mr-4 py-2.5 xl:px-[1.563rem] px-4 duration-300 xl:text-[15px] text-[13px] font-medium rounded text-danger bg-danger-light leading-5 inline-block border border-danger-light btn-danger dark hover:text-white hover:bg-danger offcanvas-close" wire:click="closemodalclick">CLOSE</button>
<?php if($voucher_details != null): ?>
<button class="btn btn-primary xl:py-[0.719rem] py-2.5 xl:px-[1.563rem] px-4 duration-300 xl:text-[15px] text-[13px] font-medium rounded text-white bg-primary leading-5 inline-block border border-primary hover:bg-hover-primary" wire:click="submit_cbpvoucher(<?php echo e($voucher_details['id']); ?>)">Submit</button>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php $__env->startSection('externaljs'); ?>
<?php $__env->stopSection(); ?>
<?php /**PATH /var/www/orientalss.com/resources/views/livewire/finance/voucher-posting-livewire.blade.php ENDPATH**/ ?>