One Hat Cyber Team
Your IP :
172.70.179.114
Server IP :
188.114.96.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:
8d9bb2dbc2061e082d5d4d93b007d0fb.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($row->title ?? ''); ?></h2> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="section-md bg-transparent"> <div class="container"> <div class="row row-25 row-xl-55"> <div class="col-xl-11"> <h2 class="text-decorated text-decorated-large" > <?php echo $row->description; ?> </h2> </div> <div class="col-md-12 col-lg-10"> <div class="gallery"><a href="<?php echo e(asset($row->image)); ?>"><img src="<?php echo e(asset($row->image)); ?>" alt=""/></a> </div> </div> <div class="col-md-12 col-lg-10"> <?php echo $row->content; ?> </div> <div class="col-md-12 col-lg-12"> <div class="gallery" > <?php $__currentLoopData = $row->gallery; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $gallery): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <a href="<?php echo e(asset('/uploads/gallery/'.$gallery->image)); ?>"> <img style="width:200px; margin:5px; float: left;" src="<?php echo e(asset('/uploads/gallery/'.$gallery->image)); ?>" alt="image"> </a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="divider col-md-12 col-lg-12 "></div> <div class="container"> <div class="row row-30 row-xl-60 row-xxl-100"> <?php $__currentLoopData = $contentList; $__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',[$row->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> </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/advantage-project.com/resources/views/content/view.blade.php ENDPATH**/ ?>
Simpan