Sindbad~EG File Manager

Current Path : /home/numerotech/public_html/mc.purplemail.in/app/storage/views/
Upload File :
Current File : //home/numerotech/public_html/mc.purplemail.in/app/storage/views/719c212390757171c51e5b7904c20958

<?php $__env->startSection('title','Subscribe'); ?>
<?php $__env->startSection('content'); ?>

<header class="header">
  <div class="row">
    <div class="container">
      <div class="col-lg-12 col-md-12 col-sm-12">
      <?php if(isset($s->logo_url)): ?>
        <img src="<?php echo isset($s->logo_url) ? $s->logo_url : ''; ?>" alt = "<?php echo isset($s->display_name) ? $s->display_name : ''; ?>"  class="logo img-responsive" >
      <?php else: ?>
      <h2><?php echo $s->display_name; ?></h2>
      <?php endif; ?>
      </div>
      
    </div>
  </div>
</header>
<div class="row">
    <div class="container">
        <div class="col-lg-12 col-md-12 col-sm-12 content">
            <div class="subscription">
                <div class="heading">
                    <h3>Manage your Subscription</h3>
                </div>
                <div class="placeholder">
                <div class="col-lg-12 col-md-12 col-sm-12">
                    <p>
                        <h4>
                        <?php if(isset($subscription) && intval($subscription) == 1): ?>
                          Thank you for subscribing to <?php echo isset($s->display_name) ? $s->display_name : ''; ?>.
                        <?php elseif(isset($subscription) && intval($subscription) == 2): ?>
                          You have been unsubscribed. Sorry! to see you go.
                        <?php elseif(isset($subscription) && intval($subscription) == 3): ?>
                          you have cancelled subscription on <?php echo isset($s->display_name) ? $s->display_name : ''; ?>.
                        <?php elseif(isset($subscription) && intval($subscription) == 4): ?>
                          Thank you! for choosing not to unsubscribe.
                        <?php endif; ?>
                        </h4>
                    </p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists