Sindbad~EG File Manager
<?php if($destination != null): ?>
<div class="wow fadeInUp mr-lg-4">
<div class="row justify-content-left">
<div class="section-header mt-3">
<div class="col-12">
<div class="mb-3">
<div class="text-dark" style="font-size: 40px; letter-spacing: .5px; line-height: 1.3;">
<?php echo e($destination->title); ?>
</div>
<div class="mt-1">
<small class="font-italic">Created At : <?php echo e(date('d M Y', strtotime($destination->created_at))); ?> |</small>
</div>
</div>
<img src="<?php echo e(asset('destinations_image/'.$destination->image)); ?>" alt="" width="100%">
<p class="mb-3 content text-justify">
<?php echo $destination->content; ?>
</p>
</div>
</div>
</div>
</div>
<?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/single_destination.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists