/home/brandsfa/www/storage/framework/views/f305b0a5be6a2ff6497641eaa806e4dd.php
<?php $__env->startSection('title',translate('refund_policy')); ?>
<?php $__env->startPush('css_or_js'); ?>
<meta property="og:image" content="<?php echo e(dynamicStorage(path: 'storage/app/public/company')); ?>/<?php echo e($web_config['web_logo']->value); ?>"/>
<meta property="og:title" content="Terms & conditions of <?php echo e($web_config['name']->value); ?> "/>
<meta property="og:url" content="<?php echo e(env('APP_URL')); ?>">
<meta property="og:description" content="<?php echo e(substr(strip_tags(str_replace(' ', ' ', $web_config['about']->value)),0,160)); ?>">
<meta property="twitter:card" content="<?php echo e(dynamicStorage(path: 'storage/app/public/company')); ?>/<?php echo e($web_config['web_logo']->value); ?>"/>
<meta property="twitter:title" content="Terms & conditions of <?php echo e($web_config['name']->value); ?>"/>
<meta property="twitter:url" content="<?php echo e(env('APP_URL')); ?>">
<meta property="twitter:description" content="<?php echo e(substr(strip_tags(str_replace(' ', ' ', $web_config['about']->value)),0,160)); ?>">
<?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
<div class="container py-5 rtl text-align-direction">
<h2 class="text-center mb-3 headerTitle"><?php echo e(translate('refund_policy')); ?></h2>
<div class="card __card">
<div class="card-body text-justify">
<?php echo $refundPolicy['content']; ?>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.front-end.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/brandsfa/public_html/resources/themes/default/web-views/pages/refund-policy.blade.php ENDPATH**/ ?>