Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/storage/framework/views/a0e0251e15c270df9703b5f46ef4fb87.php
Назад
<?php $__env->startSection('title', 'Update Vendor'); ?> <?php $__env->startPush('admin-styles'); ?> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/libs/quill/typography.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/libs/quill/editor.css')); ?>"> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="container-xxl flex-grow-1 container-p-y"> <div class="row"> <div class="col-md-12"> <div class="card mb-4"> <h5 class="card-header">Update Lunch Vendor</h5> <div class="card-body"> <form action="<?php echo e(route('vendor.update.data', $vendor->id)); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <?php echo $__env->make('partials.alert', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="row"> <div class="col-md-6 mb-6 mt-3"> <label class="form-label">Vendor Name <i class="fa fa-asterisk small-font text-danger" aria-hidden="true"></i> </label> <input type="text" class="form-control" name="name" value="<?php echo e(old('name', $vendor->name)); ?>" placeholder="Enter vendor name" /> </div> <div class="col-md-6 mb-6 mt-3"> <label class="form-label">Sub Heading <i class="fa fa-circle-info text-info cursor-pointer" title="This text will be reflected below vendor name" aria-hidden="true"></i> <i class="fa fa-asterisk small-font text-danger" aria-hidden="true"></i> </label> <input type="text" class="form-control" name="sub_heading" value="<?php echo e(old('sub_heading', $vendor->sub_heading)); ?>" placeholder="Enter Sub Heading" /> </div> <div class="col-md-6 mb-6 mt-3"> <label class="form-label">Status <i class="fa fa-asterisk small-font text-danger" aria-hidden="true"></i> </label> <select name="status" id="status" class="form-select"> <option value="1" <?php echo e($vendor->status == 1 ? 'selected' : ''); ?>>Active</option> <option value="0" <?php echo e($vendor->status == 0 ? 'selected' : ''); ?>>Inactive </select> </div> <div class="col-md-12 mb-6 mt-3"> <label class="form-label">Description</label> <input type="hidden" name="description" id="content-input" value="<?php echo e(old('value', $vendor->description)); ?>"> <div id="editor"></div> </div> </div> <div class="row mt-3"> <div class="col-md-12"> <a href="<?php echo e(route('manage.vendors')); ?>" class="btn btn-danger redirect-btn">Back</a> <button type="submit" class="btn btn-primary" onclick="showLoader()">Update</button> </div> </div> </form> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('admin-scripts'); ?> <script src="<?php echo e(asset('assets/admin/vendor/libs/quill/katex.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/vendor/libs/quill/quill.js')); ?>"></script> <script> $(document).ready(function() { const fullToolbar = [ [{ font: [] }, { size: [] } ], ['bold', 'italic', 'underline', 'strike'], [{ color: [] }, { background: [] } ], [{ script: 'super' }, { script: 'sub' } ], [{ header: '1' }, { header: '2' }, 'blockquote', 'code-block' ], [{ list: 'ordered' }, { list: 'bullet' }, { indent: '-1' }, { indent: '+1' } ], [ 'direction', { align: [] } ], ['link', 'image', 'video', 'formula'], ['clean'] ]; const fullEditor = new Quill('#editor', { bounds: '#editor', modules: { formula: true, toolbar: fullToolbar }, theme: 'snow' }); // Set the Quill editor's initial content from the hidden input const contentInput = document.getElementById("content-input"); fullEditor.clipboard.dangerouslyPasteHTML(contentInput.value); // Listen for changes and update the hidden input fullEditor.on("text-change", function() { contentInput.value = fullEditor.root.innerHTML; }); }); </script> <?php $__env->stopPush(); ?> <?php echo $__env->make('admin.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/clickysoft/public_html/calvary-p2.clickysoft.net/resources/views/admin/lunch-vendor/update.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка