/
home
/
obinna
/
html
/
app
/
storage
/
framework
/
views
/
Upload File
HOME
<?php echo $__env->make('layout.head', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <meta name="description" content="<?php echo e($post->post_title); ?> - The Breach Repairers"> <title>The Breach Repairers : <?php echo e($post->post_title); ?></title> <meta charset="utf-8"> <meta property="og:url" content="https://thebreachrepairers.org/post/<?php echo e($post->post_name); ?>" /> <meta property="og:type" content="website" /> <meta property="og:title" content="<?php echo e($post->post_title); ?>" /> <meta property="og:description" content="" /> <meta property="og:image:secure_url" content="<?php echo e($post->thumbnail); ?>" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@breachrepairers"> <meta name="twitter:creator" content="@breachrepairers"> <meta name="twitter:title" content="<?php echo e($post->post_title); ?>"> <meta name="twitter:image" content="<?php echo e($post->thumbnail); ?>"> <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=#6002d780fc78c600187f33ea&product=custom-share-buttons"></script> <?php echo $__env->make('layout.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <link rel="stylesheet" href="/css/post_content.css"> <style> .main-hold{width: 100%;overflow: hidden;} .parallax-container .inner{padding: 160px 0px 60px 0px !important;height: auto;margin-top: 70px;} .parallax-container .wrap,#article .wrap{width: 750px;} @media(max-width:768px){ .parallax-container .wrap,#article .wrap{width: 90%;} .parallax-container .inner{padding: 100px 0px 60px 0px !important;height: auto;margin-top: 10px;} .more-wrap{padding: 40px 0px 40px 0px !important;} } .more-wrap{margin-top: 40px;} </style> <div class="main-hold"> <div class="parallax-container valign-wrapper" id="page-parallax"> <div class="inner"> <div class="section no-pad-bot"> <div class="wrap"> <h1 style="font-size: 35px;"><?php echo e($post->post_title); ?></h1> <p ><?php echo e(date('M d, Y', strtotime($post->post_date))); ?></p> </div> </div> <div class="parallax"><img src="<?php echo e($post->thumbnail); ?>" alt="Unsplashed background img 3"></div> </div> </div> <div id="article"> <div class="wrap"> <div class="post_content"><?php echo $post->post_content;?></div> <ul class="share"> <li><a data-network="facebook" class="st-custom-button" :data-title="<?php echo e($post->post_title); ?>" :data-image="<?php echo e($post->thumbnail); ?>" ><i class="fab fa-facebook"></i></a></li> <li><a data-network="twitter" class="st-custom-button" :data-image="<?php echo e($post->thumbnail); ?>" :data-title="<?php echo e($post->post_title); ?>"><i class="fab fa-twitter"></i></a></li> <li><a data-network="email" class="st-custom-button" :data-title="<?php echo e($post->post_title); ?>"><i class="fas fa-envelope"></i></a></li> </ul> </div> </div> </div><!-- main hold --> <div class="more-wrap"> <div class="wrap"> <h1><i>More Post</i></h1> <div class="row"> <?php $__currentLoopData = $more_cat_posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $more_cat_post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-md-3"> <a href="<?php echo e($more_cat_post->url); ?>"> <div class="more"> <div class="more-img"> <img src="<?php echo e($more_cat_post->thumbnail); ?>"> </div> <div class="text"> <h2><?php echo e($more_cat_post->post_title); ?></h2> </div> <div class="small"> <p>By <span style="color: #f9b03e;"><?php echo e($more_cat_post->author); ?></span> <?php echo e(date('M d, Y', strtotime($post->post_date))); ?></p> </div> </div> </a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <?php echo $__env->make('layout.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php /**PATH C:\xampp\htdocs\breachrepairers\resources\views/post.blade.php ENDPATH**/ ?>