Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/oldsite/storage/framework/views/4822436bb983804dfc92a121a832f035.php
Назад
<?php $__env->startSection('title'); ?> <title><?php echo e(__('admin.Service')); ?></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.Create Service')); ?></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.service.index')); ?>"><?php echo e(__('admin.Service')); ?></a></div> <div class="breadcrumb-item"><?php echo e(__('admin.Create Service')); ?></div> </div> </div> <div class="section-body"> <a href="<?php echo e(route('admin.service.index')); ?>" class="btn btn-primary"><i class="fas fa-list"></i> <?php echo e(__('admin.Service')); ?></a> <div class="row mt-4"> <div class="col-12"> <div class="card"> <div class="card-body"> <form action="<?php echo e(route('admin.service.update',$service->id)); ?>" method="POST"> <?php echo csrf_field(); ?> <?php echo method_field('PUT'); ?> <div class="row"> <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($service->title); ?>"> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Icon')); ?> <span class="text-danger">*</span></label> <input type="text" id="slug" class="form-control custom-icon-picker" name="icon" value="<?php echo e($service->icon); ?>"> </div> <div class="form-group col-12"> <label><?php echo e(__('admin.Description')); ?> <span class="text-danger">*</span></label> <textarea name="description" cols="30" rows="10" class="form-control text-area-5"><?php echo e($service->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($service->status == 1 ? 'selected' : ''); ?> value="1"><?php echo e(__('admin.Active')); ?></option> <option <?php echo e($service->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> <?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_service.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка