Sindbad~EG File Manager
<?php $__env->startSection('header'); ?>
<style>
#hero{
background: url('<?php echo e(asset('user/images/hero-bg.jpg')); ?>') top center;
background-repeat: no-repeat;
width:100%;
background-size:cover;
margin:5px;
}
.full-img {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 180px;
}
.content{
line-height: 1.6;
font-size: 15px;
}
</style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('hero'); ?>
<h2>Cek semua layanan yang dapat anda pilih sesuai kebutuhan</h2>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<section id="contact">
<div class="row justify-content-center">
<div class="col-sm-10">
<div class="row container">
<div class="col-sm-9">
<?php if(empty(request()->segment(2)) ): ?>
<?php $__env->startComponent('user.component.all_destination', ['destinations'=> $destinations]); ?>
<?php echo $__env->renderComponent(); ?>
<?php else: ?>
<?php $__env->startComponent('user.component.single_destination', ['destination'=> $destinations]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
</div>
<div class="col-sm-3 mt-5">
<form action="<?php echo e(route('destination')); ?>" 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="search" 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">Other Posts</div>
<?php $__currentLoopData = $other; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div>
<a href="<?php echo e(route('destination.show', [$item->slug])); ?>"> <i class="fa fa-dot-circle-o" aria-hidden="true"></i>
<?php echo e($item->title); ?>
</a>
<hr >
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.user', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH E:\DEVELOP\LARAVEL SOURCE\compro\resources\views/user/destination.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists