⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
85e689a672b8065cd9f19f8f7a79dc07853da1a3.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords["Blogs"] ?? "Blogs"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($userSeo) ? $userSeo->blogs_meta_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($userSeo) ? $userSeo->blogs_meta_keywords : ''); ?> <?php $__env->startSection('br-title'); ?> <?php echo e($keywords["Blogs"] ?? "Blogs"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-link'); ?> <?php echo e($keywords["Blogs"] ?? "Blogs"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="blog-area pt-120 pb-80"> <div class="container"> <div class="row"> <div class="col-lg-8"> <div class="row"> <?php $__currentLoopData = $blogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-6"> <div class="blog-post-item blog-post-item-one mb-40"> <a class="post-thumbnail d-block" href="<?php echo e(route('front.user.blog.detail', [getParam(), $blog->slug, $blog->id])); ?>"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/user/blogs/'.$blog->image)); ?>" alt="Blog Image"> </a> <div class="entry-content"> <h3 class="title"><a href="<?php echo e(route('front.user.blog.detail', [getParam(), $blog->slug, $blog->id])); ?>"><?php echo e(strlen($blog->title) > 45 ? mb_substr($blog->title, 0, 45, 'UTF-8') . '...' : $blog->title); ?></a></h3> <div class="post-meta"> <ul> <li><span><i class="fas fa-user"></i><?php echo e($keywords['by'] ?? "by"); ?> <a><?php echo e($user->username); ?></a></span></li> <li><span><i class="fas fa-calendar-alt"></i><a><?php echo e(\Carbon\Carbon::parse($blog->created_at)->format('F j, Y')); ?></a></span></li> </ul> </div> <p><?php echo strlen(strip_tags($blog->content)) > 100 ? mb_substr(strip_tags($blog->content), 0, 100, 'utf-8') . '...' : strip_tags($blog->content); ?></p> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="d-flex justify-content-center"> <?php echo e($blogs->appends(['category' => request()->input('category'), 'term' => request()->input('term')])->links()); ?> </div> </div> <div class="col-lg-4"> <?php if ($__env->exists('user.profile-common.blog-sidebar')) echo $__env->make('user.profile-common.blog-sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.theme5.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/theme5/blogs.blade.php ENDPATH**/ ?>