Sindbad~EG File Manager
<?php if($article != null): ?>
<div class="section-header mt-3">
<div class="mb-3">
<div class="text-dark" style="font-size: 40px; letter-spacing: .5px; line-height: 1.3;">
<?php echo e($article->title); ?>
</div>
<div class="mt-1">
<small class="font-italic">Created At : <?php echo e(date('d M Y', strtotime($article->created_at))); ?> |</small>
<?php $__currentLoopData = $article->categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a class="d-inline underline" href="<?php echo e(route('blog', ['c' =>$value->name])); ?>">
<small class="font-italic">
<?php echo e($value->name); ?>,
</small>
</a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<p class="mb-3 article text-justify">
<?php echo $article->content; ?>
</p>
</div>
<?php else: ?>
<style>
.page {
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 100;
height: 100vh;
}
</style>
<div class="full-height bg-white mt-5 d-flex align-items-center justify-content-center" style="height: 10vh;">
<div class="code font-weight-bold text-center" style="border-right: 3px solid; font-size: 60px; padding: 0 15px 0 15px;">
404
</div>
<div class="text-center" style="padding: 10px; font-size: 46px;">
Not Found
</div>
</div>
<?php endif; ?>
<?php /**PATH C:\xampp\htdocs\11_Company-Profile-Laravel\resources\views/user/component/single_blog.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists