!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/smab.picotech.app/public_html/storage/framework/views/   drwxr-xr-x
Free 29.42 GB of 117.98 GB (24.94%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

<?php $__env->startPush('css'); ?>
    <link rel="stylesheet" type="text/css" href="<?php echo e(asset('frontend')); ?>/css/contactus.css">
</style>
<?php $__env->stopPush(); ?>
<?php $__env
->startSection('content'); ?>
<!--==== START BREADCUMB ====-->
<section class="page-crumb">

    <ul class="cd-breadcrumb">
      <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('homepage')['title']); ?></a></li>
      <li class="current"><?php echo e(__('contact_us')['title']); ?></li>
    </ul>

</section>
<!--==== END BREADCUMB ====-->

<section class="content">
    <section class="otrix-section">
          <div class="container">
              <div class="row justify-content-center">
                  <div class="col-md-12">
                      <div class="wrapper">
                          <div class="row no-gutters">
                              <div class="col-lg-8 col-md-7 order-md-last d-flex align-items-stretch">
                                  <div class="contact-wrap w-100 p-md-5 p-4">
                                      <div id="form-message-warning" class="mb-4"></div>
                                <div id="form-message-success" class="mb-4">
                              Your message was sent, thank you!
                                </div>
                                      <form action="<?php echo e(route('post-contact-us')); ?>" method="POST" id="contactForm" name="contactForm" class="contactForm">
                      <?php echo csrf_field(); ?>
                          <div class="row">
                                              <div class="col-md-6">
                                                  <div class="form-group">
                                                      <label class="label" for="name"><?php echo e(__('contact_us')['full_name']); ?></label>
                                                      <input type="text" class="form-control" name="name" id="name" placeholder="<?php echo e(__('contact_us')['full_name']); ?>" value="<?php echo e(old('name',Auth::guard('customer')->check() ? Auth::guard('customer')->user()->firstname null)); ?>">
                            <?php echo $errors->first("name""<span class='text-danger'>:message</span>"); ?>


                            </div>
                                              </div>
                                              <div class="col-md-6">
                                                  <div class="form-group">
                                                      <label class="label" for="email"><?php echo e(__('commoninput')['email']); ?></label>
                                                      <input type="email" class="form-control" name="email"  placeholder="<?php echo e(__('commoninput')['placeholder_email']); ?>" value="<?php echo e(old('email',Auth::guard('customer')->check() ? Auth::guard('customer')->user()->email null)); ?>">
                            <?php echo $errors->first("email""<span class='text-danger'>:message</span>"); ?>


                            </div>
                                              </div>
                                              <div class="col-md-12">
                                                  <div class="form-group">
                                                      <label class="label" for="subject"><?php echo e(__('contact_us')['subject']); ?></label>
                                                      <input type="text" class="form-control" name="subject" id="subject" placeholder="<?php echo e(__('contact_us')['subject']); ?>">
                            <?php echo $errors->first("subject""<span class='text-danger'>:message</span>"); ?>

                            </div>
                                              </div>
                                              <div class="col-md-12">
                                                  <div class="form-group">
                                                      <label class="label" for="#"><?php echo e(__('contact_us')['message']); ?></label>
                                                      <textarea name="message" class="form-control" id="message" cols="30" rows="4" placeholder="<?php echo e(__('contact_us')['message']); ?>"></textarea>
                            <?php echo $errors->first("message""<span class='text-danger'>:message</span>"); ?>

                            </div>
                                              </div>
                                              <div class="col-md-12">
                                                  <div class="form-group">
                            <button type="submit" class="button-block btn-lg" name="button"><?php echo e(__('contact_us')['send_message']); ?></button>
                                                      <div class="submitting"></div>
                                                  </div>
                                              </div>
                                          </div>
                                      </form>
                                  </div>
                              </div>
                              <div class="col-lg-4 col-md-5 d-flex align-items-stretch">
                                  <div class="info-wrap w-100 p-md-5 p-4">
                                      <h3><?php echo e(__('contact_us')['in_touch']); ?></h3>
                                      <p class="mb-4"><?php echo e(__('contact_us')['open_suggestion']); ?></p>
                              <div class="dbox w-100 d-flex align-items-start">
                                  <div class="icon d-flex align-items-center justify-content-center ">
                                      <span class="fa fa-map-marker"></span>
                                  </div>
                                  <div class="text pl-3">
                                  <p><span><?php echo e(__('checkout')['address']); ?>:</span> <?php echo e(config('settingConfig.config_address')); ?></p>
                                </div>
                            </div>
                              <div class="dbox w-100 d-flex align-items-center">
                                  <div class="icon d-flex align-items-center justify-content-center">
                                      <span class="fa fa-phone"></span>
                                  </div>
                                  <div class="text pl-3">
                                  <p><span><?php echo e(__('contact_us')['phone']); ?>:</span> <a href="tel://<?php echo e(config('settingConfig.config_telephone')); ?>"><?php echo e(config('settingConfig.config_telephone')); ?></a></p>
                                </div>
                            </div>
                              <div class="dbox w-100 d-flex align-items-center">
                                  <div class="icon d-flex align-items-center justify-content-center">
                                      <span class="fa fa-paper-plane"></span>
                                  </div>
                                  <div class="text pl-3">
                                  <p><span><?php echo e(__('commoninput')['email']); ?>:</span> <a href="mailto:<?php echo e(config('settingConfig.config_email')); ?>">    <?php echo e(config('settingConfig.config_email')); ?></a></p>
                                </div>
                            </div>

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


<?php $__env->stopSection(); ?>

<?php echo $__env->make('frontend.layouts.app', ['class' => 'bg-white'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/smabmart/public_html/resources/views/frontend/contactus/index.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.0044 ]--