home
/
dotimhzbxs8l
/
public_html
/
storage
/
framework
/
views
➕ New
📤 Upload
✎ Editing:
d79dd98d7313c692f6861f15760e9d2b3e17f149.php
← Back
<?php echo $__env->make('front/header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <section class="fc-blog-section"> <div class="container"> <div class="row row-fix"> <div class="col-lg-12 col-xl-12"> <div class="fc-blog-title-area"> <h4 class="fc-pate-title">Blog Lists:</h4> <!--<ul class="fc-blog-cat"> <li><a href="">For Publishers</a></li> <li><a href="">For Lenders</a></li> <li><a href="">Company Updates</a></li> </ul>--> </div> </div> </div> <div class="row row-fix"> <?php if($blog->count()> 0): ?> <?php $__currentLoopData = $blog; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $items): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-xl-4"> <div class="fc-blog-box"> <div class="fc-blog-pic"> <a href="<?php echo e(url($items->slug ?? '')); ?>"><img src="<?php echo e(asset('public/admin/images')); ?>/<?php echo e($items->image ?? ''); ?>"></a> </div> <div class="fc-blog-desc"> <h4 class="blog-title"><a href="<?php echo e(url($items->slug ?? '')); ?>"><?php echo e(ucfirst($items->title ?? '')); ?></a></h4> <p><?= $items->shortdescription ?? '' ?></p> </div> <div class="fc-blog-date"> <a href="<?php echo e(url($items->slug ?? '')); ?>"><p class="blog-author">Real Articles</p></a> <?php $date=date_create($items->datetime); ?> <ul class="b_date"> <li><span><?php echo e(date_format($date,"M")); ?>.</span></li> <li><span><?php echo e(date_format($date,"d")); ?></span></li> <li><span><?php echo e(date_format($date,"Y")); ?></span></li> </ul> </div> <!--<div class="fc-blog-publisher"> <p>For Publisher</p> </div>--> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> </div> </section> <!--<section class="fc-blog-join-section"> <div class="container"> <div class="row row-fix"> <div class="col-md-12"> <div class="fc-blog-join-box"> <h3>Join FlightCalls.com, the best payday loan publisher network today and <span class="hilight-text">start earning more money</span></h3> <a href="#">Join Now</a> </div> </div> </div> </div> </section> --> <section class="fc-common-area"> <div class="container"> <div class="row row-fix"> <div class="col-md-12 col-lg-12 col-sm-12"> <div class="new-letter"> <h2>Start driving more revenue with our experts today</h2> <a href="#">Start driving more revenue with our FlightCalls today</a> </div> </div> </div> </div> </section> <?php echo $__env->make('front.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php /**PATH /Applications/MAMP/htdocs/FlightCalls/resources/views/front/blog.blade.php ENDPATH**/ ?>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel