PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 733d1fb5cd9a3bcefc94f069b5db5738.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.blog.blogs')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!-- Blog Header --> <section class="pt-12 pb-12 bg-gradient-to-br from-secondary-900 to-secondary-800 text-white" <?php if(checkFrontLanguageSession() == 'ar'): ?> dir="rtl" <?php endif; ?>> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10"> <div class="max-w-3xl mx-auto text-center"> <h1 class="text-4xl md:text-5xl font-bold mb-1 bg-gradient-to-r from-primary-400 via-accent-400 to-white bg-clip-text text-transparent blog-title"> <?php echo e(__('messages.blog.blogs')); ?></h1> </div> </div> <!-- Decorative shapes --> <div class="absolute top-0 left-0 w-full h-full overflow-hidden pointer-events-none"> <div class="absolute -top-20 -right-20 w-64 h-64 bg-primary-500/10 rounded-full filter blur-3xl"></div> <div class="absolute -bottom-20 -left-20 w-64 h-64 bg-accent-500/10 rounded-full filter blur-3xl"></div> </div> </section> <!-- Blog Listings --> <section class="py-16 bg-secondary-50"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <?php $__split = function ($name, $params = []) { return [$name, $params]; }; [$__name, $__params] = $__split('blog-list3'); $__html = app('livewire')->mount($__name, $__params, 'lw-985264978-0', $__slots ?? [], get_defined_vars()); echo $__html; unset($__html); unset($__name); unset($__params); unset($__split); if (isset($__slots)) unset($__slots); ?> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('front.layouts.app3', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabteecom/public_html/resources/views/front/home/home-blog3.blade.php ENDPATH**/ ?>
SAVE
CANCEL