Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/oldsite/storage/framework/views/6090a184ef6b8e03ac1c534ab4cbc6e3.php
Назад
<?php $__env->startSection('title'); ?> <title><?php echo e(__('admin.Career')); ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('admin-content'); ?> <!-- Main Content --> <div class="main-content"> <section class="section"> <div class="section-header"> <h1><?php echo e(__('admin.Edit Career')); ?></h1> <div class="section-header-breadcrumb"> <div class="breadcrumb-item active"><a href="<?php echo e(route('admin.dashboard')); ?>"><?php echo e(__('admin.Dashboard')); ?></a></div> <div class="breadcrumb-item active"><a href="<?php echo e(route('admin.career.index')); ?>"><?php echo e(__('admin.Career')); ?></a></div> <div class="breadcrumb-item"><?php echo e(__('admin.Edit Career')); ?></div> </div> </div> <div class="section-body"> <a href="<?php echo e(route('admin.career.index')); ?>" class="btn btn-primary"><i class="fas fa-list"></i> <?php echo e(__('admin.Career')); ?></a> <div class="row mt-4"> <div class="col-12"> <div class="card"> <div class="card-body"> <form action="<?php echo e(route('admin.career.update',$career->id)); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <?php echo method_field('PUT'); ?> <div class="row"> <div class="form-group col-12"> <label><?php echo e(__('admin.Image Preview')); ?></label> <div> <img id="preview-img" class="admin-img" src="<?php echo e(asset($career->image)); ?>" alt=""> </div> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Image')); ?> <span class="text-danger">*</span></label> <input type="file" id="image" class="form-control-file" name="image"> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Title')); ?> <span class="text-danger">*</span></label> <input type="text" id="title" class="form-control" name="title" value="<?php echo e($career->title); ?>"> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Slug')); ?> <span class="text-danger">*</span></label> <input type="text" id="slug" class="form-control" name="slug" value="<?php echo e($career->slug); ?>"> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Salary Range')); ?> <span class="text-danger">*</span></label> <input type="text" id="salary_range" class="form-control" name="salary_range" value="<?php echo e($career->salary_range); ?>"> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Job Location')); ?> <span class="text-danger">*</span></label> <input type="text" id="address" class="form-control" name="address" value="<?php echo e($career->address); ?>"> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Job Nature')); ?> <span class="text-danger">*</span></label> <input type="text" id="job_nature" class="form-control" name="job_nature" value="<?php echo e($career->job_nature); ?>"> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Office Time')); ?> <span class="text-danger">*</span></label> <input type="text" id="office_time" class="form-control" name="office_time" value="<?php echo e($career->office_time); ?>"> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Deadline')); ?> <span class="text-danger">*</span></label> <input type="text" id="deadline" class="form-control datepicker" name="deadline" value="<?php echo e($career->deadline); ?>"> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Description')); ?> <span class="text-danger">*</span></label> <textarea name="description" id="summernote" cols="30" rows="10" class="summernote"><?php echo e($career->description); ?></textarea> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Status')); ?> <span class="text-danger">*</span></label> <select name="status" class="form-control"> <option <?php echo e($career->status == 1 ? 'selected' : ''); ?> value="1"><?php echo e(__('admin.Active')); ?></option> <option <?php echo e($career->status == 0 ? 'selected' : ''); ?> value="0"><?php echo e(__('admin.Inactive')); ?></option> </select> </div> </div> <div class="row"> <div class="col-12"> <button class="btn btn-primary"><?php echo e(__('admin.Update')); ?></button> </div> </div> </form> </div> </div> </div> </div> </section> </div> <script> (function($) { "use strict"; $(document).ready(function () { $("#title").on("focusout",function(e){ $("#slug").val(convertToSlug($(this).val())); }) }); })(jQuery); function convertToSlug(Text) { return Text .toLowerCase() .replace(/[^\w ]+/g,'') .replace(/ +/g,'-'); } </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.master_layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/lekhnath/silverray.com.au/resources/views/admin/edit_career.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка