| Server IP : 138.197.107.151 / Your IP : 216.73.217.120 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/silversharkdev/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<div class="page-content price-plan">
<div class="container">
<div class="row card-inner-row">
<div class="col-12">
<div class="page-title-box d-flex align-items-center justify-content-between">
<div> <h4 class="mb-0 font-size-18 page-inner-title">Choose Your Plan</h4></div>
</div>
</div>
<div class="pricing-tables">
<?php $__empty_1 = true; $__currentLoopData = $plans; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$plan): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
<div class="<?php if($key>=1): ?> w-50 dark-grey p-3 <?php else: ?> dark-bg w-50 p-3 <?php endif; ?> <?php if($plan->type=='monthly'): ?> monthlyplan <?php elseif($plan->type=='yearly'): ?> yearlyplan <?php endif; ?>" style="<?php if($plan->type=='monthly'): ?> display:none; <?php endif; ?>">
<h3 class="text-white"><?php echo e($plan->title); ?></h3>
<p class="mb-0"><?php echo e($plan->subtitle); ?></p>
<?php if($plan->type=="one-time"): ?>
<p id="price-row-14" class="price mb-0">$<?php echo e($plan->price); ?><sup> / One-Time</sup></p>
<?php endif; ?>
<?php if($plan->type=="monthly"): ?>
<div class="d-flex justify-content-between align-items-center">
<div>
<p id="price-row-14" class="price mb-0">$<?php echo e($plan->price); ?><sup> / Per Month</sup></p>
<p class="below_price_title">
<?php echo e($plan->below_price_title); ?>
</p>
</div>
<!--<div class="togglePlan">
<label class="switch plan-switch plan_switch_monthly" data_plan="monthly">
<div class="slider round">
<span class="off">Monthly</span>
<span class="on">Yearly</span>
</div>
</label>
</div>-->
</div>
<p class="price mb-0 buld-anul"><sup></sup></p>
<?php endif; ?>
<?php if($plan->type=="yearly"): ?>
<div class="d-flex justify-content-between align-items-center">
<div>
<p id="price-row-14" class="price mb-0">$<?php echo e($plan->price/12); ?><sup> / Per Month</sup></p>
</div>
<!--<div class="togglePlan">
<label class="switch plan-switch" data_plan="yearly">
<div class="slider round">
<span class="on">Monthly</span>
<span class="off">Yearly</span>
</div>
</label>
</div>-->
</div>
<p class="price mb-0 buld-anul"><sup>Billed Annually</sup></p>
<?php endif; ?>
<?php if($plan->type=="one-time"): ?>
<span class="one-time-price">$299 One-time</span>
<?php else: ?>
<span class="one-time-price text-white">$48 monthly price</span>
<?php endif; ?>
<p class="below_price_title">
<?php echo e($plan->below_price_title); ?>
</p>
<div class="pt-3">
<?php $__currentLoopData = $plan->features ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=> $feature): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="price-details">
<p class="mb-2 fw-bold"><?php echo e($plan->features_labels[$key]); ?></p>
<p class="d-flex align-items-center gap-2"><img src="/assets/images/star.svg" alt="icon" /> <?php echo e($feature); ?></p>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<form method="post" action="<?php echo e(route('checkout.session',['website_id'=>$website_id,'plan_id'=>$plan->id])); ?>" >
<?php echo csrf_field(); ?>
<button type="submit" class="btn btn-primary btn-sm waves-effect waves-light button-text">Get Website Plan</button>
</form>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
<div class="col-12"><p>No pricing plans available.</p></div>
<?php endif; ?>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startPush('scripts'); ?>
<script>
/*$(".plan-switch").click(function(){
var current = $(this).attr("data_plan")
if(current=="monthly"){
$(".monthlyplan").hide();
$(".yearlyplan").show();
} else {
$(".yearlyplan").hide();
$(".monthlyplan").show();
}
})*/
</script>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/silversharkdev/resources/views/pricing_plans/partials/pricing-plans-cards.blade.php ENDPATH**/ ?>