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**/ ?>