Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/storage/framework/views/b644ce4db272a9c5552bf11ad7405480.php
Назад
<?php $__env->startSection('title', 'Add Hot Lunch'); ?> <?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/katex.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">Add Hot Lunch</h5> <div class="card-body"> <form action="<?php echo e(route('lunch.add.data')); ?>" method="POST"> <?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"> <label class="form-label" for="title">Title <i class="fa fa-asterisk small-font text-danger" aria-hidden="true"></i> </label> <input type="text" class="form-control" id="title" name="title" value="<?php echo e(old('title')); ?>" placeholder="Enter Hot Lunch Title" /> </div> <div class="col-md-6 mb-6"> <label class="form-label" for="lunch_half">First Half / Second Half <i class="fa fa-info-circle cursor-pointer" title="This will determine weather to deduct charges other than lunch items" aria-hidden="true"></i> </label> <select name="lunch_half" id="lunch_half" class="form-select"> <option value="first_half" <?php if(old('lunch_half') == 'first_half'): echo 'selected'; endif; ?>>First Half</option> <option value="second_half" <?php if(old('lunch_half') == 'second_half'): echo 'selected'; endif; ?>>Second Half</option> </select> </div> </div> <div class="row"> <div class="col-md-6 mb-6 mt-3"> <label class="form-label" for="reg_starts">Registration Start Date <i class="fa fa-asterisk small-font text-danger" aria-hidden="true"></i> </label> <input type="date" class="form-control" name="reg_starts" id="reg_starts" value="<?php echo e(old('reg_starts')); ?>" placeholder="Enter Registration Start Date" /> </div> <div class="col-md-6 mb-6 mt-3"> <label class="form-label" for="reg_ends">Registration End Date <i class="fa fa-asterisk small-font text-danger" aria-hidden="true"></i> </label> <input type="date" class="form-control" id="reg_ends" name="reg_ends" value="<?php echo e(old('reg_ends')); ?>" placeholder="Enter Registration End Date" /> </div> <div class="col-md-6 mb-6 mt-3"> <label class="form-label" for="late_fee">Enable Late Fee <i class="fa fa-asterisk small-font text-danger" aria-hidden="true"></i> </label> <select name="late_fee" id="late_fee" class="form-select"> <option value="0" <?php if(old('late_fee') == 0): echo 'selected'; endif; ?>>No</option> <option value="1" <?php if(old('late_fee') == 1): echo 'selected'; endif; ?>>Yes</option> </select> </div> <div class="col-md-6 mb-6 mt-3"> <label class="form-label" for="status">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 if(old('status') == 1): echo 'selected'; endif; ?>>Active</option> <option value="0" <?php if(old('status') == 0): echo 'selected'; endif; ?>>Inactive</option> </select> </div> </div> <div class="row mt-3"> <div class="col-md-12 mb-6"> <label class="form-label">Lunch Description</label> <div class="form-control" id="description"></div> <input type="hidden" name="description" value=""> </div> </div> <div class="row mt-3"> <div class="col-md-12"> <a href="<?php echo e(route('manage.lunch')); ?>" class="btn btn-danger redirect-btn">Back</a> <button type="submit" class="btn btn-primary" onclick="showLoader()">Add</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> $(function() { const lunchDescription = new Quill("#description", { bounds: "#description", placeholder: "Enter lunch description...", modules: { formula: !0, toolbar: [ [{ 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: "rtl" }], ["link"], ["clean"] ] }, theme: "snow" }); lunchDescription.root.innerHTML = <?php echo json_encode(old('description')); ?>; lunchDescription.on('text-change', function() { $("input[name=description]").val(lunchDescription.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/hot-lunch/add.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка