One Hat Cyber Team
Your IP :
172.70.50.38
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:
ea43401c9a6617516113cc09ecc950b1.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">Dictionary - <?php echo e($character); ?></h2> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="section-md bg-transparent"> <div class="container"> <form class="form-inline group-15" action="search-results.html" method="GET" data-rd-search="{"output":".rd-search-results","mode":"submit"}"> <div class="form-inline-group"> <input class="form-control" type="text" placeholder="Enter a keyword" autocomplete="off" name="s"> </div> <button class="btn btn-lg btn-primary">Search</button> </form> <style> .search-list-item:before { font-size: 1.125rem; line-height: 1.75rem; position: absolute; left: 0; top: 0; font-size: 1.125rem; line-height: 1.5; font-weight: 400; color: #272b37; content: counter(li, decimal) "."; counter-increment: li; } </style> <div class="rd-search-results mb-4"></div> </div> <?php $__currentLoopData = $rows; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="container"> <h6><a href="<?php echo e(route('dictionary-view',$row->slug)); ?>"> <?php $link = $row->name_en; if (!empty($row->name_tr)) $link .= ' / '. $row->name_tr; if (!empty($row->name_de)) $link .= ' / '. $row->name_de; if (!empty($row->name_gr)) $link .= ' / '. $row->name_gr; if (!empty($row->name_it)) $link .= ' / '. $row->name_it; echo $link; ?> </a></h6> <div class="row row-content"> <div class="col-xl-10"> <!-- Quote default--> <div class="quote quote-default"> <svg class="quote-icon" width="35" height="27" viewBox="0 0 35 27"> <path d="M17.9871 18.2009C17.9871 16.1116 18.4035 14.0625 19.2362 12.0536C20.1522 9.96429 21.2348 8.23662 22.4839 6.87055C23.733 5.50446 25.0238 4.29912 26.3561 3.25446C27.6885 2.12947 28.8126 1.32589 29.7287 0.843751C30.728 0.28125 31.3524 0 31.6023 0C32.6848 0 33.5177 0.723215 34.1006 2.16964C31.8521 3.45536 29.9785 4.98215 28.4796 6.75C27.0639 8.43752 26.1479 9.80359 25.7315 10.8482C25.3985 11.8125 25.2318 12.5759 25.2318 13.1384C25.2318 14.183 26.0647 15.6295 27.7301 17.4777C29.4788 19.2456 30.3533 20.692 30.3533 21.817C30.3533 23.2634 29.5206 24.509 27.855 25.5536C26.2728 26.5178 24.4407 27 22.359 27C21.443 27 20.5686 26.8795 19.7358 26.6384C18.57 25.0313 17.9871 22.2188 17.9871 18.2009ZM0 18.2009C0 16.1116 0.416367 14.0625 1.24911 12.0536C2.1651 9.96429 3.24768 8.23662 4.49679 6.87055C5.74587 5.50446 7.03662 4.29912 8.369 3.25446C9.78464 2.12947 10.9505 1.32589 11.8665 0.843751C12.8658 0.28125 13.4903 0 13.7401 0C14.7394 0 15.5305 0.723215 16.1134 2.16964C13.8651 3.45536 12.033 4.98215 10.6174 6.75C9.20174 8.43752 8.28573 9.80359 7.86936 10.8482C7.53627 11.8125 7.36971 12.5759 7.36971 13.1384C7.36971 14.183 8.20246 15.6295 9.86793 17.4777C11.6167 19.2456 12.4911 20.692 12.4911 21.817C12.4911 23.2634 11.6583 24.509 9.99283 25.5536C8.32736 26.5178 6.4537 27 4.37186 27C3.6224 27 2.78966 26.8795 1.87366 26.6384C0.624552 24.8707 0 22.0581 0 18.2009Z"></path> </svg> <div class="quote-body"> <q class="quote-text h6"><?php echo e(mb_substr(strip_tags($row->content_en), 0, 240). '...'); ?></q> </div> </div> </div> </div> <div class="justify-content-center pagination"> <?php echo $rows->links(); ?> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <div class="col-12"> <nav aria-label="Page"> <ul class="pagination justify-content-center"> <?php $__currentLoopData = $characters; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $char): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="page-item"><a class="page-link" href="?character=<?php echo e($char); ?>"><?php echo e($char); ?></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </nav> </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/dictionary/index.blade.php ENDPATH**/ ?>
Simpan