HEX
Server: Apache
System: Linux c27.eelserver.com 5.14.0-503.22.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 24 03:55:12 EST 2025 x86_64
User: promosig (1506)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/promosig/testing-development.com/storage/framework/views/d021a4b1c619480a892b1489b115f00a.php
<?php $__env->startSection('content'); ?>
<div class="body_filled article_style_stretch scheme_original top_panel_show top_panel_above sidebar_show sidebar_right">
    <div id="page_preloader"></div>
    <!-- Body wrap -->
    <div class="body_wrap">
        <!-- Page wrap -->
        <div class="page_wrap">
            <!-- Header -->

            <!-- /Header Mobile -->
            <!-- Breadcrumbs -->
            <div class="top_panel_title top_panel_style_1 title_present breadcrumbs_present scheme_original">
                <div class="top_panel_title_inner top_panel_inner_style_1">
                    <div class="content_wrap">
                        <h1 class="page_title"><?php echo e($data->name); ?></h1>
                        <div class="breadcrumbs">
                            <a class="breadcrumbs_item home" href="<?php echo e(route('home')); ?>">Home</a>
                            <span class="breadcrumbs_delimiter"></span>
                            <a class="breadcrumbs_item cat_post" href="<?php echo e(route('front-blogs')); ?>">Blogs</a>
                            <span class="breadcrumbs_delimiter"></span>
                            <span class="breadcrumbs_item current"><?php echo e($data->name); ?></span>
                        </div>
                    </div>
                </div>
            </div>
            <!-- /Breadcrumbs -->
            <!-- Page Content -->
            <div class="page_content_wrap page_paddings_yes">
                <div class="content_wrap">
                    <!-- Content -->
                    <div class="content">
                        <article class="post_item post_item_single">
                            <!-- Featured Image -->
                            <section class="post_featured">
                                <div class="post_thumb">
                                    <a class=""  title="10 Great Tactical Clothing Options">
                                        <img alt="" src="<?php echo e(asset('assets/blogs/'.$data->img)); ?>">
                                    </a>
                                </div>
                            </section>
                            <!-- /Featured Image -->
                            <!-- Post Content -->
                            <section class="post_content">
                                <div class="post_info">
                                    <span class="post_info_item post_info_posted">Posted
                                        <a href="#" class="post_info_date date"><?php echo e($data->created_at->format('M Y D')); ?></a>
                                    </span>
                                    <span class="post_info_item">by
                                        <a href="#" class="post_info_author">Admin</a>
                                    </span>

                                </div>
                                <p ><?php echo e($data->description); ?></p>

                                
                            </section>
                            <!-- /Post Content -->
                            <!-- Post Author -->

                            <!-- /Post Author -->
                            <!-- Related Posts -->
                            <section class="related_wrap">
                                <h3 class="section_title">Related Posts</h3>
                                <div class="row">
                                    <?php $__currentLoopData = $related; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <div class="col-lg-4 col-md-4 col-sm-12 col-12 mb-4">
                                        <article class="post_item post_item_related post_item_1">
                                            <div class="post_content">
                                                <div class="post_featured">
                                                    <div class="post_thumb">
                                                        <a class="hover_icon hover_icon_link" href="<?php echo e(route('detail-blog',['slug'=>$item->slug])); ?>">
                                                            <img alt="" style="height: 220px;object-fit:cover;" src="<?php echo e(asset('assets/blogs/'.$item->img)); ?>">
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="post_content_wrap">
                                                    <h6 class="post_title">
                                                        <a href="<?php echo e(route('detail-blog',['slug'=>$item->slug])); ?>"><?php echo e($item->name); ?></a>
                                                    </h6>

                                                </div>
                                            </div>
                                        </article>
                                    </div>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

                                </div>
                            </section>
                            <!-- /Related Posts -->
                        </article>
                        <!-- Comments -->

                    </div>
                    <!-- /Content -->
                    <!-- Sidebar -->
                    <div class="sidebar widget_area scheme_original">
                        <div class="sidebar_inner widget_area_inner">
                            <!-- Widget: Categories -->
                            <aside class="widget widget_categories">
                                <h5 class="widget_title">Categories</h5>
                                <ul>
                                    <?php $__empty_1 = true; $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $items): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
                                    <li><a href="<?php echo e(route('blog-category',['slug'=>$items->slug])); ?>"><?php echo e($items->name); ?></a></li>

                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
                                    <li>Empty</li>

                                    <?php endif; ?>
                                </ul>
                            </aside>
                            <!-- /Widget: Categories -->
                            <!-- Widget: Categories Dropdown -->

                            <!-- /Widget: Categories Dropdown -->
                            <!-- Widget: Meta -->

                            <!-- /Widget: Meta -->
                            <!-- Widget: Archives -->

                            <!-- /Widget: Archives -->
                            <!-- Widget: RSS -->

                            <!-- /Widget: RSS -->
                            <!-- Widget: Search -->
                            
                            <!-- /Widget: Search -->
                            <!-- Widget: Recent Comments -->

                            <!-- /Widget: Recent Comments -->
                            <!-- Widget: Recent Posts -->
                            <aside class="widget widget_recent_entries">
                                <h5 class="widget_title">Recent Posts</h5>
                                <ul>
                                    <?php $__currentLoopData = $recent; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <li><a href="<?php echo e(route('detail-blog',['slug'=>$item->slug])); ?>"><?php echo e($item->name); ?></a></li>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                </ul>
                            </aside>
                            <!-- /Widget: Recent Posts -->
                            <!-- Widget: Calendar -->

                            <!-- /Widget: Calendar -->
                            <!-- Widget: Text -->

                            <!-- /Widget: Text -->
                            <!-- Widget: Tags -->

                            <!-- /Widget: Tags -->
                        </div>
                    </div>
                    <!-- /Sidebar -->
                </div>
            </div>
            <!-- /Page Content -->
            <!-- Footer -->
            
            <!-- /Footer -->
            <!-- Copyright -->
            
            <!-- /Copyright -->
        </div>
        <!-- /Page wrap -->
    </div>
    <!-- /Body wrap -->


</div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('front-app.layout.template', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home4/promosig/testing-development.com/resources/views/front-app/blogs/blog_detail.blade.php ENDPATH**/ ?>