home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
9d78297846dd6b5ae5197d988c228714
← Back
<?php echo $__env->make('admin.common.header', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php echo $__env->make('admin.common.leftmenu', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <aside class="right-side"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Dashboard <small>Control panel</small> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li>Contact-Us</li> <li class="active">edit</li> </ol> </section> <!-- Main content --> <section class="content"> <div class="box box-warning"> <div class="box-header"> <h3 class="box-title">Edit Contact-Us</h3> </div> <!-- /.box-header --> <div class="box-body"> <?php echo $messages; // foreach($bannerList as $rsContactUs){ ?> <?php echo Form::open(array('url' => array('admin/contactus/edit/'.$rsContactUs->contactus_id),'files'=>true)); ?> <input type="hidden" name="editid" value="<?php echo $rsContactUs->contactus_id;?>" /> <div class="row"> <div class="col-sm-4"> <label>Adress Line 1</label> <input type="text" name="contactus_address1" class="form-control" value="<?php echo $rsContactUs->contactus_address1; ?>" required="" /> </div> </div> <div class="row"> <div class="col-sm-4"> <label>Adress Line 2</label> <input type="text" name="contactus_address2" class="form-control" value="<?php echo $rsContactUs->contactus_address2; ?>" /> </div> </div> <div class="row"> <div class="col-sm-4"> <label>Adress Line 3</label> <input type="text" name="contactus_address3" class="form-control" value="<?php echo $rsContactUs->contactus_address3; ?>" /> </div> </div> <div class="row"> <div class="col-sm-4"> <label>Phone, if any</label> <input type="text" name="contactus_phone" class="form-control" value="<?php echo $rsContactUs->contactus_phone; ?>"/> </div> <div class="col-sm-4"> <label>Mobile Phone, if any</label> <input type="text" name="contactus_mobile" class="form-control" value="<?php echo $rsContactUs->contactus_mobile; ?>"/> </div> </div> <div class="row"> <div class="col-sm-4"> <label>Email, if any</label> <input type="text" name="contactus_email" class="form-control" value="<?php echo $rsContactUs->contactus_email; ?>"/> </div> </div> <div class="row"> <div class="col-sm-2"> <label>Status</label> <select name="contactus_status" class="form-control"> <option value="1" <?php echo ($rsContactUs->contactus_status==1)?"selected":"";?>>Activate</option> <option value="0" <?php echo ($rsContactUs->contactus_status==0)?"selected":"";?>>Deactivate</option> </select> </div> </div> <div class="form-group"></div> <div class="form-group"> <input type="submit" name="updatebtnsubmit" value="Submit" class="btn btn-primary"> <a href="<?php echo URL::to('admin/contactus'); ?>" class="btn btn-primary">Close</a> </div> <?php echo Form::close(); ?> </div> <!-- /.box-body --> </div> </section><!-- /.content --> </aside> <?php echo $__env->make('admin.common.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel