HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/be.naniguide.com/storage/framework/views/e4fdca19a70e10549b5645dcccba0491.php
<div class="form-group <?php echo e($errors->has('site_logo_light') ? 'has-error' : '', false); ?> control-image">
    <label class="fw-semibold">
        <?php echo e(trans('messages.site_logo_light'), false); ?>

    </label>
    <div class="row">
        <div class="col-md-9">
            <input value="" type="file" name="general[site_logo_light]" class="form-control file-styled-primary">
        </div>
        <div class="col-md-3">
            <div class="p-3 box-shadow-sm rounded" style="background-color: #333;">
                <img width="100%" src="<?php echo e(getSiteLogoUrl('light'), false); ?>" />
            </div>
        </div>
    </div>
</div><?php /**PATH /home/xedaptot/be.naniguide.com/resources/views/admin/settings/general/site_logo_light.blade.php ENDPATH**/ ?>