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/thammyviendd.com/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/thammyviendd.com/storage/framework/views/c88fecb82ad9e4316a9bec24a141c38d149c9256.php
<?php $__env->startSection('content'); ?>

                   

<section id="cart_items">


					      <div class="main-content-area">
					    <!-- Section: page title -->
					    <section class="page-title layer-overlay overlay-dark-9 section-typo-light bg-img-center" data-tm-bg-img="images/bg/bg1.jpg">
					      <div class="container pt-50 pb-50">
					        <div class="section-content">
					          <div class="row">
					            <div class="col-md-12 text-center">
					              <h2 class="title">Giỏ hàng của bạn</h2>
					              <nav class="breadcrumbs" role="navigation" aria-label="Breadcrumbs">
					                <div class="breadcrumbs">
					                  <span><a href="/" rel="home">Home</a></span>
					                  <span><i class="fa fa-angle-right"></i></span>
					                  <span><a href="#">Giỏ hàng</a></span>
					                </div>
					              </nav>
					            </div>
					          </div>
					        </div>
					      </div>
					    </section>

		

				<div style="padding-bottom: 15px;">
					<?php
			       $message = Session::get('message');
			       if ($message) {
			        echo '<span class="alert alert-success" role="alert">',$message,'</span>';
			        Session::put('message',null);
			            // code...
			        }
			        $message = Session::get('error');
			       if ($message) {
			        echo '<span class="alert alert-warning" role="alert">',$message,'</span>';
			        Session::put('message',null);
			        }
			        ?>   
			     </div>

			     
			     <section>
				      <div class="container">
				        <div class="section-content">
				          <div class="row">
				            <div class="col-md-12">
				              <div class="table-responsive">
				                <table class="table table-striped table-bordered tbl-shopping-cart">
				                <form action="<?php echo e(url('/update-cart')); ?>" method="POST">
									<?php echo csrf_field(); ?>
				                  <thead>
				                    <tr class="cart_menu">
				                    	<td ></td>
							<td class="image">Hình ảnh</td>
							<td class="cart_product">Tên sản phẩm</td>
							<td class="SKU-price">Mã hàng </td>
							<td class="description">Thông tin </td>
							<td class="price">Giá sản phẩm</td>
							<td class="quantity">Số lượng</td>	
							<td class="total">Thành tiền</td>
							
								</tr>
				                  </thead>
				                  <tbody>
								         <?php if(Session::get('cart')==true): ?>	


										<?php
												$total = 0;
												$qty =0;
										?>
										   <?php $__currentLoopData = Session::get('cart'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $cart): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>



											<?php
												$subtotal = $cart['product_price']*$cart['product_qty'];
												$total+=$subtotal;
												$qty += $cart['product_qty']
											?>


				                    <tr class="cart_item">
				                      <td class="product-remove"><a title="Remove this item" class="remove" href="<?php echo e(url('/del-product/'.$cart['session_id'])); ?>">×</a></td>
				                      <td class="product-thumbnail"><a href="#"><img src="<?php echo e(asset('public/uploads/product/'.$cart['product_image'])); ?>" width="90" alt="<?php echo e($cart['product_name']); ?>" /></a></td>
				                      <td class="product-name"><a href="shop-product-details.html"><?php echo e($cart['product_name']); ?></a>
				                        <ul class="variation">
				                          <li class="variation-size">Size: <span>Medium</span></li>
				                        </ul></td>
				                      <td class="SKU-price"><span class="amount"><?php echo $cart['product_sku']; ?></span></td>
				                      <td class="description"><span class="amount"><?php echo $cart['product_desc']; ?> </span></td>
				                      <td class="product-price"><span class="amount"><?php echo e(number_format($cart['product_price'],0,',','.')); ?>đ</span></td>
				                      <td class="product-quantity"><div class="quantity buttons_added">
				                      	<input class="cart_quantity_" type="number" min="1" name="cart_qty[<?php echo e($cart['session_id']); ?>]" value="<?php echo e($cart['product_qty']); ?>">
				                          
				                        </div></td>
				                      <td class="total"><span class="amount"><?php echo e(number_format($subtotal,0,',','.')); ?>đ</span></td>
				                    </tr>
				                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

				                    <div class="heading-counter warning">Giỏ hàng của bạn có:
                    				 <span> <strong><?php echo e($qty); ?> Sản phẩm </strong></span>
                  					</div>
				                    


				                    <?php endif; ?>	
							 
							
					    	 
				                    <tr class="cart_item">
				                      <td colspan="5">
				                      	<?php if(session::get('cart')): ?>
						 	<a href="<?php echo e(URL::to('/')); ?>" class="prev-btn">Tiếp tục mua hàng </a>
						 				<?php endif; ?>
				                        
				                      </td>
				                 	 <td colspan="1">
				                 	 <a class="btn btn-theme-colored2 btn-block btn-sm wc-forward" href="<?php echo e(url('/del-all-product')); ?>"> Xóa tất cả giỏ hàng</a>
				              		</td>
				                       <td colspan="1">
				                  
				                  	<input type="submit" value="Cập nhật giỏ hàng" name="update_qty" class="btn btn-theme-colored2 btn-block btn-sm wc-forward">
				              		</td>
				                
				                      <td>
				                      	
				                    <a class="btn btn-theme-colored1 btn-block btn-sm checkout wc-forward"  href="<?php echo e(url('/checkout')); ?>"> MUA HÀNG NHANH </a>
				                      </td>
				                    </tr>
				                  </tbody>
				              	</form>
				                </table>
				              </div>
				            </div>
				            
				      </div>
				</section>




 	

						<!-- <div class="cart_navigation">
							 <?php if(session::get('cart')): ?>
                            <a href="<?php echo e(URL::to('/')); ?>" class="prev-btn">Tiếp tục mua hàng </a>
                
						  
						
						 	<a class="next-btn" href="<?php echo e(url('/login-checkout')); ?>"> Đăng nhập đặt hàng</a>

						 	 
							<?php endif; ?> -->
                    
				

<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/thammyviendd.com/resources/views/pages/cart/cart_ajax.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit