{{ $activeCompanyRouter->name?? '' }}

×

@php $companyPrepaidVouchers = \App\Models\CompanyPrepaidVoucher::whereRefNo($companyPrepaidVoucher->ref_no)->get(); @endphp @foreach($companyPrepaidVouchers as $companyPrepaidVoucher)
@if($companyPrepaidVoucher->status == 0 || $companyPrepaidVoucher->engaged_voucher == 1) {{ $companyPrepaidVoucher->voucher_code }} @else {{ $companyPrepaidVoucher->voucher_code }} @endif
@endforeach