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


Viewing file:     0d154ff4a43f1b8fef6f49b642bd55f3.php (8.37 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(trans('Contacts')); ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-css'); ?>
<link href="https://cdn.jsdelivr.net/npm/summernote/dist/summernote-bs4.min.css" rel="stylesheet">
<?php $__env->stopSection(); ?>
<?php $__env
->startSection('content'); ?>
<section class="content">
    <div class="row">
        <div class="col-12">
            <div class="card">
                <div class="card-header">
                    <h2 class="card-title"><?php echo e(trans('Contact Us')); ?> </h2>
                </div>
                <?php
                $home_contact_us_section 
json_decode(get_settings('home_contact_us'), true);
                
?>
                <div class="card-body">
                    <form action="<?php echo e(route('admin.theme.contact.store')); ?>" method="POST" enctype="multipart/form-data">
                        <?php echo csrf_field(); ?>
                        <div class="row">
                            <div class="col-lg-12">
                                <div class="form-group">
                                    <label for="title">Title</label>
                                    <input value="<?php echo e(isset($home_contact_us_section['contact_us_title'])?$home_contact_us_section['contact_us_title']:''); ?>" type="text" name="contact_us_title" class="form-control" id="title"
                                        placeholder="Title">
                                </div>
                            </div>
                           
                            <div class="col-lg-12">
                                <div class="form-group">
                                    <label for="description">Short Description</label>
                                    <textarea name="contact_us_short_description" id="description" class="form-control"
                                        placeholder="Enter Short Description"><?php echo e(isset($home_contact_us_section['contact_us_short_description'])?$home_contact_us_section['contact_us_short_description']:''); ?></textarea>
                                </div>
                            </div>
                            <div class="col-lg-12">
                                <div class="form-group">
                                    <label for="description">Address</label>
                                    <textarea name="contact_us_address" id="description" class="form-control address-sec"
                                        placeholder="Enter Address"><?php echo e(isset($home_contact_us_section['contact_us_address'])?$home_contact_us_section['contact_us_address']:''); ?></textarea>
                                </div>
                            </div>
                            <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title">Phone Number</label>
                                    <input value="<?php echo e(isset($home_contact_us_section['contact_us_phone_number'])?$home_contact_us_section['contact_us_phone_number']:''); ?>" type="text" name="contact_us_phone_number" class="form-control" id="title"
                                        placeholder="Phone Number">
                                </div>
                            </div> 
                          <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title">Email</label>
                                    <input value="<?php echo e(isset($home_contact_us_section['contact_us_email'])?$home_contact_us_section['contact_us_email']:''); ?>" type="text" name="contact_us_email" class="form-control" id="title"
                                        placeholder="Email">
                                </div>
                            </div>
                        </div>
                        <div>
                            <h5>Social Links</h5>
                        </div>
                        <div class="row">
                            <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title">Facebook</label>
                                    <input value="<?php echo e(isset($home_contact_us_section['facebook_link'])?$home_contact_us_section['facebook_link']:''); ?>" type="text" name="facebook_link" class="form-control" id="title"
                                        placeholder="https://facebook.com">
                                </div>
                            </div>
                            <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title">Twitter</label>
                                    <input value="<?php echo e(isset($home_contact_us_section['twitter_link'])?$home_contact_us_section['twitter_link']:''); ?>" type="text" name="twitter_link" class="form-control" id="title"
                                        placeholder="https://twitter.com">
                                </div>
                            </div>
                            <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title">Instagram</label>
                                    <input value="<?php echo e(isset($home_contact_us_section['instagram_link'])?$home_contact_us_section['instagram_link']:''); ?>" type="text" name="instagram_link" class="form-control" id="title"
                                        placeholder="https://instagram.com">
                                </div>
                            </div>
                            <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title">LinkedIn</label>
                                    <input value="<?php echo e(isset($home_contact_us_section['linkedin_link'])?$home_contact_us_section['linkedin_link']:''); ?>" type="text" name="linkedin_link" class="form-control" id="title"
                                        placeholder="https://linkedin.com">
                                </div>
                            </div>
                        </div>
                        <button type="submit" class="btn btn-primary mt-5">Submit</button>
                    </form>
                </div>
            </div>
        </div>
    </div>
</section>
<?php $__env->stopSection(); ?>
<?php $__env
->startSection('extra-scripts'); ?>
<script src="https://cdn.jsdelivr.net/npm/summernote/dist/summernote-bs4.min.js"></script>
<script>
$(document).ready(function() {
    $('.address-sec').summernote();
});
</script>
<script>
    let i = 934;
        $(document).on("click", ".add-slider-img", function (e) {
            i++
            let html = `<div class="row align-items-center" id="form_column_${i}">
                <div class="col-lg-10">
                            <div class="form-group">
                                <label for="profile">Image <span class="text-danger">Expecting image size: 1980px by 840px</span> </label>
                                <div class="input-group">
                                    <div class="custom-file">
                                        <input name="slider_bg_image[]" type="file" class="custom-file-input" id="profile">
                                        <label class="custom-file-label" for="profile">Choose Image</label>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="col-lg-2">
                            <button type="button" class="btn btn-danger btn-sm remove-slider-img" data-id="${i}">X</button>
                        </div>

                                            </div>`;
            $("#slider-add-new-section").append(html);
        });
        $(document).on('click', '.remove-slider-img', function (e) {
            const id = $(this).attr('data-id');
            console.log(id);
            $('#form_column_' + id).remove();

        });
</script>
<?php $__env->stopSection(); ?>
<?php 
echo $__env->make('layouts.admin'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/guest/Desktop/picotech -project/latest_protfolio_001/resources/views/admin/home_contact_us/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.0046 ]--