PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 12ac89b10bb2af861367c8b520411934.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.vcard.shipping_delivery_policy')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="<?php if(getSuperAdminSettingValue('home_page_theme') == 3): ?> mt-4 mb-4 <?php else: ?> top-margin-privacy <?php endif; ?>"> <div class="container p-t-100 padding-top-0 <?php if(getSuperAdminSettingValue('home_page_theme') == 3): ?> prose max-w-7xl <?php endif; ?>"> <div class="mt-100 px-2"><?php echo $setting['shipping_delivery']; ?></div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make(homePageLayout(), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabteecom/public_html/resources/views/front/shipping_policy.blade.php ENDPATH**/ ?>
SAVE
CANCEL