HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ubuntu-8gb-hel1-1 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /var/www/agighana.org_backup/c38f14d04fa44df973ae16e95ed4cfb6.php

<?php $__env->startSection('body'); ?>
    <section class="page-header page-header-modern bg-color-grey page-header-md">
        <div class="container">
            <div class="row">
                <div class="col-md-12 align-self-center p-static order-2 text-center">
                    <h1 class="text-dark font-weight-bold text-8">Post</h1>
                    <span class="sub-title text-dark">Check out our Latest Post!</span>
                </div>
                <div class="col-md-12 align-self-center order-1">
                    <ul class="breadcrumb d-block text-center">
                        <li><a href="#">Home</a></li>
                        <li class="active">Post</li>
                    </ul>
                </div>
            </div>
        </div>
        <div class="container py-4">

            <div class="row">
                <div class="col">
                    <div class="blog-posts single-post">

                        <article class="post post-large blog-single-post border-0 m-0 p-0">
                            <div class="post-image ms-0">
                                <a href="javascript:void(0)">
                                    <img src="<?php echo e(env('APP_FILE_LOCATION_LOCAL').'uploads/media/'.$post->img); ?>"
                                        class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="" />
                                </a>
                            </div>

                            <div class="post-date ms-0">
                                <span class="day"></span>
                                
                            </div>

                            <div class="post-content ms-0">

                                <h2 class="font-weight-semi-bold"><a href="javascript:void(0)"><?php echo e($post->title); ?></a></h2>

                                <div class="post-meta">
                                    <span class="month"><?php echo e(date($post->created_at)); ?></span>
                                    <span><i class="far fa-user"></i> By <a href="javascript:void(0)"><?php echo e($post->type); ?></a> </span>
                                    
                                </div>

                                <p><?php echo e($post->description); ?> </p>
                            </div>
                        </article>
                    </div>
                </div>
            </div>
        </div>
    </section>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts'); ?>
    <script>$('.navMedia').addClass('active')</script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\agi_project\agi\resources\views/media/single_post.blade.php ENDPATH**/ ?>