⚝
One Hat Cyber Team
⚝
Your IP:
3.142.135.247
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
favoaysf
/
www
/
storage
/
framework
/
views
/
View File Name :
39cded0354da670cea234e587a5ef9c0.php
<?php $__env->startSection('meta'); ?> <meta name="keywords" content="<?php echo e($setting->meta_keywords); ?>"> <meta name="description" content="<?php echo e($setting->meta_description); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('title'); ?> <?php echo e(__('FAQ')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!-- Page Title--> <div class="page-title"> <div class="container"> <div class="row"> <div class="col-lg-12"> <ul class="breadcrumbs"> <li><a href="<?php echo e((route('front.index'))); ?>"><?php echo e(__('Home')); ?></a> </li> <li class="separator"> </li> <li><?php echo e(__('FAQ')); ?></li> </ul> </div> </div> </div> </div> <!-- Page Content--> <div class="container pt-3 pb-3"> <div class="row pb-4"> <?php $__currentLoopData = $fcategories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6"> <a href="<?php echo e(route('front.faq.details',$category->slug)); ?>" class="card mb-4 faq-box"> <div class="card-body"> <h6 class="card-title"><?php echo e($category->name); ?></h6> <p class="card-text"><?php echo e($category->text); ?></p> <span class="text-sm text-muted link"><?php echo e(__('View Details')); ?> <i class="icon-chevron-right"></i></span> </div> </a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('master.front', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/favoaysf/public_html/resources/views/front/faq/index.blade.php ENDPATH**/ ?>