Sindbad~EG File Manager
<?php if(count($articles) != 0): ?>
<?php $__currentLoopData = $articles; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $article): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="section-header mt-3">
<div class="mb-3">
<a href="<?php echo e(route('blog.show', [$article->slug])); ?>" class="decoration-none">
<div class="text-primary link-hover" style="font-size: 40px; letter-spacing: .5px; line-height: 1.3;">
<?php echo e($article->title); ?>
</div>
</a>
<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>
<?php
// delete tag image;
$content = preg_replace('/<img .*. \/>|<p.*?.>|<\/p>/', '', $article->content);
?>
<p>
    <?php echo Str::limit($content, 725, ' . . .'); ?>
</p>
<a href="<?php echo e(route('blog.show', [$article->slug])); ?>" class="ml-3"> <span class="text-primary">Read More <i class="fa fa-long-arrow-right"></i> </span></a>
<hr class="mt-3">
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?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 E:\DEVELOP\LARAVEL SOURCE\compro\resources\views/user/component/all_blog.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists