One Hat Cyber Team
Your IP :
172.71.120.56
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
/
View File Name :
0d980281eccd801209161c38cfd50dbb.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->name_en ?? ''); ?></h2> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="section-md bg-transparent" style=" margin-top: -90px;" > <div class="container"> <div class="row row-25 row-xl-55"> <div class="col-md-12 col-lg-10"> <div class="text-center"> <h3 class="m-4"> <?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; ?></h3></div> <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"> <h3><?php echo e($row->name_en); ?> (🇬🇧)</h3> <?php echo $row->content_en; ?> </div> <?php if(!empty($row->name_tr)): ?> <div class="col-md-12 col-lg-10"> <h3><?php echo e($row->name_tr); ?> (🇹🇷)</h3> <?php echo $row->content_tr; ?> </div> <?php endif; ?> <?php if(!empty($row->name_de)): ?> <div class="col-md-12 col-lg-10"> <h3><?php echo e($row->name_de); ?> (🇩🇪)</h3> <?php echo $row->content_de; ?> </div> <?php endif; ?> <?php if(!empty($row->name_gr)): ?> <div class="col-md-12 col-lg-10"> <h3><?php echo e($row->name_gr); ?> (🇬🇷)</h3> <?php echo $row->content_gr; ?> </div> <?php endif; ?> <?php if(!empty($row->name_it)): ?> <div class="col-md-12 col-lg-10"> <h3><?php echo e($row->name_it); ?> (🇮🇹)</h3> <?php echo $row->content_it; ?> </div> <?php endif; ?> </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/dictionary/view.blade.php ENDPATH**/ ?>