Sindbad~EG File Manager

Current Path : /home/webg5288/laravel/compro/storage/framework/views/
Upload File :
Current File : //home/webg5288/laravel/compro/storage/framework/views/44faaa552b95cfc7c9408ae5bccece70b5cdb688.php

<?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> 
          &emsp;&emsp;&emsp; <?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