<?php if($subs_type[0]['t_and_c'] == 'true'){ ?>
<div class="kt-content kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor" id="kt_content">
<!-- begin:: Content -->
<div class="kt-container kt-container--fluid kt-grid__item kt-grid__item--fluid">
<!--Begin::Row-->
<div class="row">
<div class="col-sm-12">
<div class="row row-full-height">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="kt-portlet kt-portlet--height-fluid kt-portlet--border-bottom-danger">
<div class="kt-portlet__body kt-portlet__body--fluid">
<div class="kt-widget26">
<div class="kt-widget26__content">
<div class="col-lg-12">
<div class="user-wrap">
<div class="card mb-4">
<div class="card-header">
<h3>User Information</h3>
</div>
<div class="card-body">
<div class="row">
<div class="col-sm-4">
<p class="mb-0"><strong>Username :</strong></p>
</div>
<div class="col-sm-8">
<p class="text-muted mb-0">
<?= $subs_type[0]['first_name'] ?> <?= $subs_type[0]['last_name'] ?>
</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<p class="mb-0"><strong>Designation :</strong></p>
</div>
<div class="col-sm-8">
<p class="text-muted mb-0">
<?= $subs_type[0]['designation'] ?></p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<p class="mb-0"><strong>Contact Number :</strong></p>
</div>
<div class="col-sm-8">
<p class="text-muted mb-0"><?= $subs_type[0]['mobile'] ?>
</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<p class="mb-0"><strong>Location :</strong></p>
</div>
<div class="col-sm-8">
<p class="text-muted mb-0">
<?= $subs_type[0]['country_name'] ?>,
<?= $subs_type[0]['state'] ?>,
<?= $subs_type[0]['city'] ?>,
<?= $subs_type[0]['zipcode'] ?></p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<p class="mb-0"><strong>Address :</strong></p>
</div>
<div class="col-sm-8">
<p class="text-muted mb-0"><?= $subs_type[0]['address'] ?>
</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<p class="mb-0"><strong>Subscription Type :</strong></p>
</div>
<div class="col-sm-8">
<p class="text-muted mb-0">
<?= $subs_type[0]['product_name'] ?></p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<p class="mb-0"><strong>Choose Type :</strong></p>
</div>
<div class="col-sm-8">
<p class="text-muted mb-0"><?php if($subs_type[0]['subscription_type']=='4'){
$explode = explode(',',$subs_type[0]['choose_type']);
for($i=0;$i<count($explode);$i++){
foreach($cat_fetch_partial as $cat) {
if($explode[$i] == $cat['partial_id']) {
echo $cat['category_name'].', ';
}
}
}
} else{
echo '-----';
}?></p>
</div>
</div>
</div>
</div>
</div> <!--// user wrap div -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="col-xl-6">
<div class="row row-full-height">
<div class="col-sm-12 col-md-12 col-lg-3">
<div class="kt-portlet kt-portlet--height-fluid kt-portlet--border-bottom-success">
<div class="kt-portlet__body kt-portlet__body--fluid">
<div class="kt-widget26">
<div class="kt-widget26__content">
<span class="kt-widget26__number"> <?php echo $subs_type[0]['sub_type_name']; ?> </span>
<span class="kt-widget26__desc"> Subscription Type </span>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-3">
<div class="kt-portlet kt-portlet--height-fluid kt-portlet--border-bottom-warning">
<div class="kt-portlet__body kt-portlet__body--fluid">
<div class="kt-widget26">
<div class="kt-widget26__content">
<span class="kt-widget26__number"><?= $countGround ?></span>
<span class="kt-widget26__desc">Total Ground</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-3">
<div class="kt-portlet kt-portlet--height-fluid kt-portlet--border-bottom-brand">
<div class="kt-portlet__body kt-portlet__body--fluid">
<div class="kt-widget26">
<div class="kt-widget26__content">
<span class="kt-widget26__number"> <?= $approve ?> </span>
<span class="kt-widget26__desc">Approved Venue List</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-3">
<div class="kt-portlet kt-portlet--height-fluid kt-portlet--border-bottom-danger">
<div class="kt-portlet__body kt-portlet__body--fluid">
<div class="kt-widget26">
<div class="kt-widget26__content">
<span class="kt-widget26__number"> <?= $pending ?> </span>
<span class="kt-widget26__desc">Pending Venue List</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
<!-- begin:: Footer -->
<!-- <div class="kt-footer kt-grid__item kt-grid kt-grid--desktop kt-grid--ver-desktop" id="kt_footer">
<div class="kt-container kt-container--fluid ">
<div class="kt-footer__copyright">
</div>
<div class="kt-footer__menu">
Copyright © 2022 Costmasters
</div>
</div>
</div> -->
<!-- end:: Footer -->
</div>
</div>
<?php } else{ ?>
<div class="kt-container kt-container--fluid kt-grid__item kt-grid__item--fluid" style="margin-top:30px">
<!--begin::Portlet-->
<div class="kt-portlet">
<div class="kt-portlet__body">
<!--begin::Section-->
<div class="kt-section">
<div class="kt-section__content">
<form action="<?= base_url('graph'); ?>" method="POST" class="agree_terms">
<div class="form-row">
<div class="col-sm-12">
<div class="user-info-box pricing-list">
<h5>Subscriber Agreement - Terms & Conditions</h5>
<ul class="subscription-ul">
<li>Subscription will start within 5 working days of realization of payment in normal working conditions.</li>
<li>Objective of this endeavor is to provide relevant information for strategic decision making & not meant for influencing commercial transactions. Our liability is restricted to providing of information and not the resultant.</li>
<li>You will not share, publish, upload, transmit, reproduce, redistribute or in any other manner make available the statistical information compiled and provided by CostMasters, without the express prior permission of CostMasters. On being permitted, the user shall always mention the source of the statistical information i.e. CostMasters.</li>
<li>Any incidence of single copy being used by multiple users will result in immediate cancellation of supply of statistical information without any refund for the remaining period.</li>
<li>Depending on availability of data from respective sources, commodities may increase and decrease time to time at sole discretion of CostMasters.</li>
<li>CostMasters reserve the sole right to review increase or decrease subscription charges.</li>
<li>User indemnifies CostMasters from any damage resulting from mis-interpretation or use of data. CostMasters legal liability is strictly restricted to subscription amount paid by user.</li>
<li>In case of any taxes or levies imposed by tax authorities during the period of subscription, user will have to bear and pay the balance amount, enabling us to ensure continuous services.</li>
<li>Although all the efforts are being made to ensure diligence and accuracy of data, still some errors may occur, which will be corrected time to time.</li>
<li>In case of Hardware or software malfunction, we will try our best to restore the services in minimum possible time. User will have to bear with us during such unavoidable circumstances</li>
<li>Any dispute is subject to chandigarh jurisdiction.</li>
</ul>
<div class="form-group">
<h5><input type="checkbox" name="agreement_tick" id="agreement_tick" required> Agree to Subscriber Agreement terms*</h5>
<button type="submit" class="btn costmaster-button">Submit</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<!--end::Section-->
</div>
</div>
<?php } ?>
<!-- end:: Page -->
<!-- end::Quick Panel -->
<!-- begin::Scrolltop -->
<!-- <div id="kt_scrolltop" class="kt-scrolltop">
<i class="fa fa-arrow-up"></i>
</div> -->
<!-- end::Scrolltop -->
<!-- begin::Sticky Toolbar -->
<!-- <ul class="kt-sticky-toolbar" style="margin-top: 30px;">
<li class="kt-sticky-toolbar__item kt-sticky-toolbar__item--success" id="kt_demo_panel_toggle"
data-toggle="kt-tooltip" title="Check out more demos" data-placement="right">
<a href="#" class=""><i class="flaticon2-drop"></i></a>
</li>
<li class="kt-sticky-toolbar__item kt-sticky-toolbar__item--brand" data-toggle="kt-tooltip" title="Layout Builder"
data-placement="left">
<a href="builder&demo=demo6.html"><i class="flaticon2-gear"></i></a>
</li>
<li class="kt-sticky-toolbar__item kt-sticky-toolbar__item--warning" data-toggle="kt-tooltip" title="Documentation"
data-placement="left">
<a href="https://keenthemes.com/metronic/?page=docs" target="_blank"><i class="flaticon2-telegram-logo"></i></a>
</li>
<li class="kt-sticky-toolbar__item kt-sticky-toolbar__item--danger" id="kt_sticky_toolbar_chat_toggler"
data-toggle="kt-tooltip" title="Chat Example" data-placement="left">
<a href="#" data-toggle="modal" data-target="#kt_chat_modal"><i class="flaticon2-chat-1"></i></a>
</li>
</ul> -->
<!-- end::Sticky Toolbar -->
<script src="<?= base_url(); ?>assets/plugins/general/jquery/dist/jquery.js" type="text/javascript"></script> |