

<?php $__env->startSection('title', $cases->title); ?>

<?php
$line = preg_split('#\r?\n#', ltrim($cases->details), 2)[0];
$line = strip_tags($line);
$imageurl = asset('uploads/casestudies/').'/'.$cases->logo;
?>
<?php $__env->startSection('description', $line); ?>
<?php $__env->startSection('image', $imageurl); ?>


<?php $__env->startSection('content'); ?>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('css/blog.css')); ?>">

<section class="#074c89">
  <div class="container">
  <div class="row text-center text-light">
         
  </div>
  </div>
</section>

<div class="tags-list">
<div class="content">
<ul class="tags-list__list">
<li class="tags-list__tag"><a class="tags-list__link tags-list__link--selected" href="<?php echo e(URL::to('/blog/')); ?>">Most recent</a></li>
<li class="tags-list__tag"><a class="tags-list__link" href="<?php echo e(URL::to('/blog/topic/.Net Core')); ?>">.Net Core</a></li>
<li class="tags-list__tag"><a class="tags-list__link" href="<?php echo e(URL::to('/blog/topic/Angular')); ?>">Angular</a></li>
<li class="tags-list__tag"><a class="tags-list__link" href="<?php echo e(URL::to('/blog/topic/Laravel')); ?>">Laravel</a></li>

</ul>
</div>
</div>


 <section class="py-10 pt-0">
   <div class="blog-post__cover"><img alt="" class="card-img-top"  src="<?php echo e(asset('uploads/casestudies/')); ?>/<?php echo e($cases->logo); ?>"  /></div> 
    <div class="container p-3">
      <div class="row gx-5 justify-content-center">
  
        <div class="col-lg-10 col-xl-8">
          <div class="single-post"> 

            <p class="posts-list__tags">

              <?php
                $tags = explode(",",$cases->tags);
                foreach($tags as $tag)
                { ?>
                   <a class="posts-list__tag" href="<?php echo e(URL::to('/blog/topic/')); ?>/<?php echo e(trim($tag)); ?>"><?php echo e(trim($tag)); ?></a>&nbsp;
               <?php
                }
              ?>

              
            </p>
            <h1>
              <?php echo e($cases->title); ?>

            </h1>
            <div class="d-flex align-items-center justify-content-between mb-5">
              <div class="single-post-meta me-4">
                <img src="https://source.unsplash.com/vZJdYl5JVXY/990x540" class="single-post-meta-img" />
                <div class="single-post-meta-details">
                  <div class="single-post-meta-details-name">
                    Raintels Technologies
                  </div>
                  <div class="single-post-meta-details-date">
                    <!--<?php echo e($cases->created_at->format('j F, Y')); ?> ·--> <?php echo e($estimatedtime); ?> min read
                  </div>
                </div>
              </div>
              <div class="single-post-meta-links">
                
              </div>
            </div>
            <p class="lead">
              <?php echo $cases->details; ?>

            </p>
    
            
            <div class="single-post-text my-5">
              
            
              <hr class="my-5" />
              <div class="text-center">
                <a routerlink="/pages/overview" class="btn btn-transparent-dark fw-500" href="<?php echo e(URL::to('/blog/')); ?>">Back to
                  Blog Overview</a>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>


 
    
  
 <section id="Contact">
      <div class="container">
        <div class="row">
         
            
           <div class="col-sm-12 section-header">
                <h2 class="margin-top-0 wow fadeIn">Have a question? Get in touch with us! <i class=" object"></i></h2>
                <hr class="primary">
                <p>We love feedback. Fill out the form below and we'll get back to you as soon as possible.</p>
        <a class="btn btn-success" href="contact" target="_blank"><i class="fa fa-home "></i> Get in touch</a>
            </div>
        </div>
      </div>
    </section>


    
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/raintelsnew/resources/views/blogdetails.blade.php ENDPATH**/ ?>