ok

Mini Shell

Direktori : /home2/selectio/www/3-idiots/storage/framework/views/
Upload File :
Current File : //home2/selectio/www/3-idiots/storage/framework/views/1bfa71be617c062786daaada706bf9a23635dd0f.php

<style>
    .steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
        color: #fff;
        background-color: <?php echo e($web_config['primary_color']); ?>;
    }

    .steps-light .step-count, .steps-light .step-progress {
        color: #4f4f4f;
        background-color: rgba(225, 225, 225, 0.67);
    }

    .steps-light .step-item.active.current {
        color: <?php echo e($web_config['primary_color']); ?>  !important;
        pointer-events: none;
    }

    .steps-light .step-item {
        color: #4f4f4f;
        font-size: 14px;
        font-weight: 400;
    }
</style>
<div class="steps steps-light pt-2 pb-2">
    <a class="step-item <?php echo e($step>=1?'active':''); ?> <?php echo e($step==1?'current':''); ?>" href="<?php echo e(route('checkout-details')); ?>">
        <div class="step-progress">
            <span class="step-count"><i class="czi-user-circle"></i></span>
        </div>
        <div class="step-label">
            <?php echo e(\App\CPU\translate('sign_in')); ?> / <?php echo e(\App\CPU\translate('sign_up')); ?>

        </div>
    </a>
    <a class="step-item <?php echo e($step>=2?'active':''); ?> <?php echo e($step==2?'current':''); ?>" href="<?php echo e(route('checkout-details')); ?>">
        <div class="step-progress">
            <span class="step-count"><i class="czi-package"></i></span>
        </div>
        <?php ($billing_input_by_customer=\App\CPU\Helpers::get_business_settings('billing_input_by_customer')); ?>
        <div class="step-label">
            <?php echo e(\App\CPU\translate('Shipping')); ?> <?php echo e($billing_input_by_customer==1?\App\CPU\translate('and').' '. \App\CPU\translate('billing'):' '); ?>

        </div>
    </a>
    <a class="step-item <?php echo e($step>=3?'active':''); ?> <?php echo e($step==3?'current':''); ?>" href="<?php echo e(route('checkout-payment')); ?>">
        <div class="step-progress">
            <span class="step-count"><i class="czi-card"></i></span>
        </div>
        <div class="step-label">
            <?php echo e(\App\CPU\translate('Payment')); ?>

        </div>
    </a>
</div>
<?php /**PATH /home2/auroraas/public_html/a1-textile/resources/views/web-views/partials/_checkout-steps.blade.php ENDPATH**/ ?>

Zerion Mini Shell 1.0