JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour
<h4 class="title mt-4 mb-3"><?php echo e(get_phrase('Frontend website settings')); ?></h4> <form class="required-form" action="<?php echo e(route('admin.website.settings.update')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <input type="hidden" name="type" value="frontend_settings"> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" class="form-label ol-form-label" for="banner_title"><?php echo e(get_phrase('Banner title')); ?><span class="required">*</span></label> <input type="text" name = "banner_title" id = "banner_title" class="form-control ol-form-control" value="<?php echo e(get_frontend_settings('banner_title')); ?>" required> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="banner_sub_title"><?php echo e(get_phrase('Banner sub title')); ?><span class="required">*</span></label> <input type="text" name = "banner_sub_title" id = "banner_sub_title" class="form-control ol-form-control" value="<?php echo e(get_frontend_settings('banner_sub_title')); ?>" required> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="youtube_promo_video"><?php echo e(get_phrase('Promo Video Provider')); ?><span class="required">*</span></label><br> <input type="radio" class="form-check-input" value="youtube" name="promo_video_provider" id="youtube_promo_video" <?php if(get_frontend_settings('promo_video_provider') == 'youtube'): ?> checked <?php endif; ?>>&nbsp;<label for="youtube_promo_video"><?php echo e(get_phrase('Youtube Video Link')); ?></label> &nbsp;&nbsp; <input type="radio" class="form-check-input" value="vimeo" name="promo_video_provider" id="vimeo_promo_video" <?php if(get_frontend_settings('promo_video_provider') == 'vimeo'): ?> checked <?php endif; ?>>&nbsp;<label for="vimeo_promo_video"><?php echo e(get_phrase('Vimeo Video Link')); ?></label> &nbsp;&nbsp; <input type="radio" class="form-check-input" value="html5" name="promo_video_provider" id="html5_promo_video" <?php if(get_frontend_settings('promo_video_provider') == 'html5'): ?> checked <?php endif; ?>>&nbsp;<label for="html5_promo_video"><?php echo e(get_phrase('HTML5 Video link')); ?></label> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="promo_video_link"><?php echo e(get_phrase('Promo video link')); ?><span class="required">*</span></label> <input type="text" name = "promo_video_link" id = "promo_video_link" class="form-control ol-form-control" value="<?php echo e(get_frontend_settings('promo_video_link')); ?>" required> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label"><?php echo e(get_phrase('Cookie status')); ?><span class="required">*</span></label><br> <input type="radio" class="form-check-input" value="1" name="cookie_status" <?php if(get_frontend_settings('cookie_status') == 1): ?> checked <?php endif; ?>>&nbsp;<?php echo e(get_phrase('Active')); ?> &nbsp;&nbsp; <input type="radio" class="form-check-input" value="0" name="cookie_status" <?php if(get_frontend_settings('cookie_status') != 1): ?> checked <?php endif; ?>>&nbsp;<?php echo e(get_phrase('Inactive')); ?> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="cookie_note"><?php echo e(get_phrase('Cookie note')); ?></label> <textarea name="cookie_note" id = "cookie_note" class="form-control ol-form-control" rows="5"><?php echo e(get_frontend_settings('cookie_note')); ?></textarea> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="facebook"><?php echo e(get_phrase('Facebook')); ?></label> <input type="text" name = "facebook" id = "facebook" class="form-control ol-form-control" value="<?php echo e(get_frontend_settings('facebook')); ?>"> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="twitter"><?php echo e(get_phrase('Twitter')); ?></label> <input type="text" name = "twitter" id = "twitter" class="form-control ol-form-control" value="<?php echo e(get_frontend_settings('twitter')); ?>"> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="linkedin"><?php echo e(get_phrase('Linkedin')); ?></label> <input type="text" name = "linkedin" id = "linkedin" class="form-control ol-form-control" value="<?php echo e(get_frontend_settings('linkedin')); ?>"> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="cookie_policy"><?php echo e(get_phrase('Cookie policy')); ?></label> <textarea name="cookie_policy" id = "cookie_policy" class="form-control ol-form-control text_editor" rows="5"><?php echo removeScripts(get_frontend_settings('cookie_policy')); ?></textarea> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="about_us"><?php echo e(get_phrase('About us')); ?></label> <textarea name="about_us" id = "about_us" class="form-control ol-form-control text_editor" rows="5"><?php echo removeScripts(get_frontend_settings('about_us')); ?></textarea> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="terms_and_condition"><?php echo e(get_phrase('Terms and condition')); ?></label> <textarea name="terms_and_condition" id ="terms_and_condition" class="form-control ol-form-control text_editor" rows="5"><?php echo e(get_frontend_settings('terms_and_condition')); ?></textarea> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="privacy_policy"><?php echo e(get_phrase('Privacy policy')); ?></label> <textarea name="privacy_policy" id = "privacy_policy" class="form-control ol-form-control text_editor" rows="5"><?php echo e(get_frontend_settings('privacy_policy')); ?></textarea> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" for="refund_policy"><?php echo e(get_phrase('Refund policy')); ?></label> <textarea name="refund_policy" id = "refund_policy" class="form-control ol-form-control text_editor" rows="5"><?php echo e(get_frontend_settings('refund_policy')); ?></textarea> </div> <div class="fpb-7 mb-3"> <label class="form-label ol-form-label" class="form-label ol-form-label" for="mobile_app_link"><?php echo e(get_phrase('Mobile App download Link')); ?><span class="required">*</span></label> <input type="text" name = "mobile_app_link" id = "mobile_app_link" class="form-control ol-form-control" value="<?php echo e(get_frontend_settings('mobile_app_link')); ?>"> </div> <div class="fpb-7 mb-3"> <button type="submit" class="btn ol-btn-primary"><?php echo e(get_phrase('Update Settings')); ?></button> </div> </form> <?php /**PATH /home/u735268861/domains/palsarh.in/public_html/resources/views/admin/setting/frontend_setting.blade.php ENDPATH**/ ?>