관리-도구
편집 파일: 3cb11bdab96f57509a23d5c2c7e8cb11.php
<div class="col-12"> <div class="card lx-wallet"> <div class="lx-wallet-featured"> <span class="lx-wallet-icon"> <img width="30" src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/img/inhouse-earning.png')); ?>" alt=""> </span> <div> <h3 class="for-card-count lx-wallet-num mb-0"><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $data['inhouse_earning']), currencyCode: getCurrencyCode())); ?></h3> <div class="text-capitalize lx-wallet-label"><?php echo e(translate('in-house_earning')); ?></div> </div> </div> <div class="lx-wallet-grid"> <div class="lx-wallet-item"> <h3 class="lx-wallet-num-sm mb-0"><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $data['commission_earned']), currencyCode: getCurrencyCode())); ?></h3> <div class="text-capitalize lx-wallet-label"><?php echo e(translate('commission_earned')); ?></div> </div> <div class="lx-wallet-item"> <h3 class="lx-wallet-num-sm mb-0"><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $data['delivery_charge_earned']), currencyCode: getCurrencyCode())); ?></h3> <div class="text-capitalize lx-wallet-label"><?php echo e(translate('delivery_charge_earned')); ?></div> </div> <div class="lx-wallet-item"> <h3 class="lx-wallet-num-sm mb-0"><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $data['total_tax_collected']), currencyCode: getCurrencyCode())); ?></h3> <div class="text-capitalize lx-wallet-label"><?php echo e(translate('total_tax_collected')); ?></div> </div> <div class="lx-wallet-item"> <h3 class="lx-wallet-num-sm lx-wallet-pending mb-0"><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $data['pending_amount']), currencyCode: getCurrencyCode())); ?></h3> <div class="text-capitalize lx-wallet-label"><?php echo e(translate('pending_amount')); ?></div> </div> </div> </div> </div> <?php /**PATH /home2/slnssare/public_html/resources/views/admin-views/partials/_dashboard-wallet-stats.blade.php ENDPATH**/ ?>