Server IP : 66.29.132.124 / Your IP : 3.133.120.64 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/storage/framework/views/ |
Upload File : |
<div class="form-group"> <label><?php echo e(__("Room Name")); ?> <span class="text-danger">*</span></label> <input type="text" required value="<?php echo clean($translation->title); ?>" placeholder="<?php echo e(__("Room name")); ?>" name="title" class="form-control"> </div> <div class="form-group d-none"> <label><?php echo e(__("Room Description")); ?></label> <textarea name="content" cols="30" rows="5" class="form-control"><?php echo e($translation->content); ?></textarea> </div> <?php if(is_default_lang()): ?> <div class="form-group"> <label ><?php echo e(__('Feature Image')); ?> </label> <?php echo \Modules\Media\Helpers\FileHelper::fieldUpload('image_id',$row->image_id); ?> </div> <div class="form-group"> <label ><?php echo e(__('Gallery')); ?></label> <?php echo \Modules\Media\Helpers\FileHelper::fieldGalleryUpload('gallery',$row->gallery); ?> </div> <hr> <?php endif; ?><?php /**PATH /home/book24/public_html/modules/Hotel/Views/admin/room/form-detail/content.blade.php ENDPATH**/ ?>