home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
ea67729e2e53b37cd997fc2715510151
← 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>Location</li> <li class="active">Add New</li> </ol> </section> <!-- Main content --> <section class="content"> <div class="box box-warning"> <div class="box-header"> <h3 class="box-title">Add Location</h3> </div> <!-- /.box-header --> <div class="box-body"> <?php echo $messages; ?> <?php echo Form::open(array('url' => 'admin/location/create','files' => true)); ?> <div class="row"> <div class="col-sm-6"> <label>Adress Line 1</label> <input type="text" name="location_address1" class="form-control" placeholder="" required="" /> </div> <div class="col-sm-6"> <label>Adress Line 1 arabic</label> <input type="text" name="location_address1_ar" class="form-control" placeholder="" /> </div> </div> <div class="row"> <div class="col-sm-6"> <label>Adress Line 2</label> <textarea name="location_address2" id="editor1" class="form-control" ></textarea> </div> <div class="col-sm-6"> <label>Adress Line 2 arabic</label> <textarea name="location_address2_ar" id="editor1_ar" class="form-control" ></textarea> </div> </div> <div class="row"> <div class="col-sm-6"> <label>Phone</label> <input type="text" name="location_phone" class="form-control" /> </div> </div> <div class="row"> <div class="col-sm-6"> <label>Fax</label> <input type="text" name="location_fax" class="form-control" /> </div> </div> <div class="row"> <div class="col-sm-6"> <label>Email</label> <input type="text" name="location_email" class="form-control" /> </div> </div> <div class="row"> <div class="col-sm-6"> <label>Company Website</label> <input type="text" name="location_web" class="form-control" /> <span style="color:red">website should be in www.google.com format </span> </div> </div> <!--<div class="row"> <div class="col-sm-6"> <label>Google map Latitude</label> <input type="text" name="map_latitude" class="form-control" /> </div> <div class="col-sm-6"> <label>Google map Longitude</label> <input type="text" name="map_longitude" class="form-control" /> </div> </div> --> <div class="row"> <div class="col-sm-6"> <label>Location priority</label> <input type="text" name="location_priority" class="form-control" /> </div> </div> <div class="row"> <div class="col-sm-2"> <label>Status</label> <select name="location_status" class="form-control"> <option value="1">Activate</option> <option value="0">Deactivate</option> </select> </div> </div> <div class="form-group"></div> <div class="form-group"> <input type="submit" name="createbtnsubmit" value="Submit" class="btn btn-primary"> <a href="<?php echo URL::to('admin/location'); ?>" class="btn btn-primary">Close</a> </div> <?php echo Form::close(); ?> </div> <!-- /.box-body --> </div> </section><!-- /.content --> </aside> <script src="<?php echo URL::to('assets/admin/js/plugins/tinymce/tinymce.min.js'); ?>" type="text/javascript"></script> <script src="<?php echo URL::to('assets/admin/js/jquery-ui-1.10.4.custom.min.js'); ?>" type="text/javascript"></script> <script type="text/javascript"> $(function() { tinymce.init({ selector: '#editor1', plugins: ["image","link","spellchecker","preview","fullscreen","code","paste"], }); tinymce.init({ selector: '#editor1_ar', plugins: ["image","link","spellchecker","preview","fullscreen","code","paste"], }); }); </script> <?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