Sh3ll
OdayForums


Server : Apache
System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User : tradze ( 1001)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /home/tradze/public_html/dev/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/public_html/dev/storage/framework/views/8ce09726391331918ff7ca00dd5eea187fa0a602.php
<?php if(Auth::user()->hasRole('salon')): ?>
    <?php if($can['add_image']): ?>
    <?php if($o->image_added_by_salon): ?>
    <img src="<?php echo e($o->image_added_by_salon); ?>" height="50" width="50"/>
    <form action="<?php echo e(route('admin.services.typeofsalontreatment.deleteImage')); ?>" method="POST" enctype="multipart/form-data">
        <?php echo csrf_field(); ?>

        <input type="hidden" name="id" value="<?php echo e($o->id); ?>">
        <button type="submit" class="btn btn-xs btn-default" name="save_exit">
            <i class="fa fa-trash"></i> Delete Image
        </button>
    </form>
    <?php else: ?>
    <div class="btn-group">
        <form action="<?php echo e(route('admin.services.typeofsalontreatment.addimage')); ?>" method="POST" enctype="multipart/form-data">
            <?php echo csrf_field(); ?>

            <input type="hidden" name="id" value="<?php echo e($o->id); ?>">
            <input type="file" name="image" accept="image/*" required />
            <button type="submit" class="btn btn-xs btn-default" name="save_exit">
                <i class="fa fa-plus"></i> Save Image
            </button>
        </form>
    </div>
    <?php endif; ?>
    <?php endif; ?>
<?php endif; ?>

ZeroDay Forums Mini