One Hat Cyber Team
Your IP :
172.69.214.92
Server IP :
188.114.97.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
htmlOld
/
storage
/
framework
/
views
/
Edit File:
1f9fb0ee2a9df07c15b0581fa4d9afaf.php
<?php $__env->startSection('section_title'); ?> <section class="section page-title bg-image context-dark" style="background-image: url('/<?php echo e(env('PAGE_TITLE_BG_IMAGE')); ?>');"> <!--RD Navbar--> <?php echo $__env->make('layouts.frontend.nav', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="container"> <div class="row"> <div class="col-md-10 col-xl-8"> <h2 class="page-title-text"><?php echo e($category->label); ?></h2> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="section-md bg-transparent"> <div class="container"> <div class="container"> <div class="row row-30 row-xl-60 row-xxl-100"> <?php $__currentLoopData = $rows; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-md-4"> <!-- Post--> <div class="post post-shadow" style=" height: 460px;"> <div class="readNewscrop"> <a class="post-media" href="<?php echo e(route('content-view',[$row->category->code,$row->slug])); ?>"><img src="/<?php echo e($row->image); ?>" alt=""> </a> </div> <div class="post-content"> <h4 class="post-title text-divider"><a href="<?php echo e(route('content-view',[$category->code,$row->slug])); ?>"><?php echo e(mb_substr(strip_tags($row->title),0,150)); ?></a></h4> <div class="post-date"><?php echo e($row->created_at->format('d M Y')); ?></div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="justify-content-center pagination"> <?php echo $rows->links(); ?> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('js'); ?> <script src="<?php echo e(asset('vendor/jquery/jquery.js')); ?>"></script> <script src="<?php echo e(asset('vendor/photobox/photobox.js')); ?>"></script> <script> $('.gallery').photobox('a',{ time:0 }); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.frontend', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/resources/views/content/list.blade.php ENDPATH**/ ?>
Simpan