!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/school.picotech.app/public_html/storage/framework/views/   drwxr-xr-x
Free 28.87 GB of 117.98 GB (24.47%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     86372bc4e299eaf5b0ef760361908d581a201190.php (2.85 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |


<?php $__env->startSection('title''Flight'); ?>
<?php $__env
->startSection('css'); ?>
<style>
  .nav-top-area{
    background-color: #393E46;
    border: none;
  }
  .navbar-s-area{
    background-color: var(--main-color);
  }
</style>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
<section id="all_flight" class="section_padding_top">
  <div class="container">
      <div class="row">
          <div class="col-lg-12  text-center flight_heading-section">
              <div class="best-selling-heading"><?php echo e(isset($flightSection->flight_section_heading)?$flightSection->flight_section_heading:''); ?></div>
              <div class="best-selling-sub-heading">
                  <?php echo e(isset($flightSection->flight_section_description)?$flightSection->flight_section_description:''); ?>

              </div>
          </div>
      </div>

      <div class="row">
          <?php if($flights->isNotEmpty()): ?>
          <?php $__currentLoopData $flights$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $flight): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
          <div class="col-lg-3 col-md-6 col-sm-6 col-12">
              <div class="flight_images_section flight_images_hover">
                  <div class="flight_box_img">
                      <a href="<?php echo e(route('flight.details',[$flight->id])); ?>">
                          <img src="<?php echo e(asset('uploads/'.$flight->profile_image)); ?>" alt="">
                      </a>
                  </div>
                  <div class="flight_box_content">
                      <h4><a href="<?php echo e(route('flight.details',[$flight->id])); ?>"><?php echo e(ucfirst(isset($flight->flight_title)?$flight->flight_title:'')); ?></a></h4>
                      <p>
                          Up to
                          <span class="review_rating"><?php echo e(isset($flight->discount)?$flight->discount:''); ?>% OFF</span>
                          <?php echo e(ucfirst(isset($flight->flight_type)?$flight->flight_type:'')); ?>

                      </p>
                      <h3><?php echo e(formatNumberWithCurrSymbol(isset($flight->price)?$flight->price:'')); ?></h3>
                  </div>
              </div>
          </div>
          <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
          <?php else: ?>
          <div class="col-md-12 text-center p-5">
                    <h4>No Flight Availabe</h4>
          </div>
              <?php endif; ?>
        
      </div>
  </div>
</section>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.frontLayout'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH E:\git-travel\travel\resources\views/front/all_flights.blade.php ENDPATH**/ ?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0049 ]--