Sindbad~EG File Manager
<?php $__env->startSection('header'); ?>
<style>
#hero{
background: url('<?php echo e(asset('user/images/Tugu-Jogja.png')); ?>') top center;
background-repeat: no-repeat;
width:100%;
background-size:cover;
}
.form-control:focus {
box-shadow: none;
}
.form-control::placeholder {
font-size: 0.95rem;
color: #aaa;
font-style: italic;
}
.article{
line-height: 1.6;
font-size: 15px;
}
</style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('hero'); ?>
<h1>Blog Jogja-Travel</h1>
<h2>Kumpulan artikel-artikel wisata Jogja, Tips travelling, dan kesehatan</h2>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<!--========================== Article Section ============================-->
<section id="about">
<div class="container wow fadeIn">
<div class="row">
<div class="col-9">
<?php if(empty(request()->segment(2)) ): ?>
<?php $__env->startComponent('user.component.all_blog', ['articles'=> $articles]); ?>
<?php echo $__env->renderComponent(); ?>
<?php else: ?>
<?php $__env->startComponent('user.component.single_blog', ['article'=> $articles]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
</div>
<div class="col-3">
<form action="<?php echo e(route('blog')); ?>" class="mt-5">
<div class="input-group mb-4 border rounded-pill shadow-lg" style="border-radius:10px; box-shadow: 3px 3px 8px grey;">
<input type="text" name="s" value="<?php echo e(Request::get('s')); ?>" placeholder="Apa yang ingin anda cari?" class="form-control bg-none border-0" style="border-top-left-radius: 10px; border-bottom-left-radius: 10px;">
<div class="input-group-append border-0">
<button type="submit" class="btn text-success"><i class="fa fa-search"></i></button>
</div>
</div>
</form>
<div class="mb-3 font-weight-bold">Recent Posts</div>
<?php $__currentLoopData = $recents; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $recent): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div>
<a href="<?php echo e(route('blog.show', [$recent->slug])); ?>"> <i class="fa fa-dot-circle-o" aria-hidden="true"></i>
<?php echo e($recent->title); ?>
</a>
<hr >
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</section><!-- #services -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.user', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\Company-Profile-Laravel\resources\views/user/blog.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists