Commit f4b6303c by Jansa Jose

dc

parent 2ec7ffe9
...@@ -20,31 +20,6 @@ ...@@ -20,31 +20,6 @@
<div class="box-body"> <div class="box-body">
<?php <?php
if(!empty($shop_data) && $shop_data['status'] == 'success'){ ?> if(!empty($shop_data) && $shop_data['status'] == 'success'){ ?>
<!-- <table id="mechanicUsers" class="table table-bordered table-striped datatable ">
<thead>
<tr>
<th class="hidden">ID</th>
<th width="150px;">Shop Name</th>
<th width="150px;">Phone</th>
<th width="150px;">Email ID</th>
<th width="250px;">Address</th>
<th width="100px;">Status</th>
</tr>
</thead>
<tbody>
<?php
if(!empty($shop_data) && $shop_data['status'] == 'success'){ ?>
<tr>
<th class="hidden"><?= $shop_data['shops']['shop_id'] ?></th>
<th class="center"><?= $shop_data['shops']['shop_name'] ?></th>
<th class="center"><?= $shop_data['shops']['phone'] ?></th>
<th class="center"><?= $shop_data['shops']['email_id'] ?></th>
<th class="center"><?= $shop_data['shops']['address'] ?></th>
<th class="center"><?= ($shop_data['shops']['status'] == 1)?'Active':'De-activate' ?></th>
</tr>
<?php } ?>
</tbody>
</table> -->
<div class="col-md-3"> <div class="col-md-3">
<div class="row"> <div class="row">
<div class="col-md-5"><span>Shop Name </span></div> <div class="col-md-5"><span>Shop Name </span></div>
...@@ -94,7 +69,7 @@ ...@@ -94,7 +69,7 @@
</div> </div>
</div> </div>
</div> </div>
<?php if(count($shop_data['coworkers']) > 0){ ?> <?php if(isset($shop_data) && isset($shop_data['coworkers'] ) &&count($shop_data['coworkers']) > 0){ ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box box-warning"> <div class="box box-warning">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment