<?php $__env->startSection('content'); ?>

    <?php echo $__env->make($activeTemplate.'partials.breadcrumb', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

    <section class="about-section pt-60 pb-60 bg--section">
        <div class="container">
            <div class="row justify-content-between align-items-center">
                <div class="col-lg-12">
                    <div class="about-content pt-60 pb-60">
                        <div class="section__header">
                            <h3 class="section__title"><?php echo e(__(@$policyDetails->data_values->title)); ?></h3>
                            <div class="policy-content">
                                <?php
                                    echo @$policyDetails->data_values->details
                                ?>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
<?php $__env->stopSection(); ?>

<?php $__env->startPush('style'); ?>
    <style>
        .policy-content *{
            color: #FFFFFF !important;
        }
    </style>
<?php $__env->stopPush(); ?>

<?php echo $__env->make($activeTemplate.'layouts.frontend', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home2/flightbo/public_html/skycrestaviationacademy.com/core/resources/views/templates/basic/policy.blade.php ENDPATH**/ ?>