!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/smm.picotech.app/public_html_v1_1/resources/views/front/   drwxr-xr-x
Free 28.28 GB of 117.98 GB (23.97%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     index.blade.php (19.75 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.front')

@section('title') {{trans('admin.home')}} @endsection
@php
    $sectionBanner = json_decode(get_settings('section_banner'));
    $sectionAbout = json_decode(get_settings('section_about'));
    $sectionWhyChoose = json_decode(get_settings('section_why_choose_us'));
    $sectionWhatWeOffer = json_decode(get_settings('section_what_we_offer'));
    $sectionHowItWorks = json_decode(get_settings('section_how_it_work'));
    $sectionTestimonial = json_decode(get_settings('section_testimonial'));
    $sectionSocialLink = json_decode(get_settings('section_social_link'));
    $sectionContactUs = json_decode(get_settings('section_contact_us'));
@endphp
@section('content')
    <div class="page-banner home-banner">
        <div class="container h-100">
            <div class="row align-items-center h-100">
                <div class="col-lg-6 py-3 wow fadeInUp">
                    <h1 class="mb-4">{{isset($sectionBanner->banner_sec_title)?$sectionBanner->banner_sec_title:''}}</h1>
                    <p class="text-lg mb-5">{{isset($sectionBanner->banner_sec_description)?$sectionBanner->banner_sec_description:''}}</p>
                    <a href="{{route('login')}}" class="btn btn-primary btn-split ml-2 pr-4">{{trans('admin.login')}}</a>
                    <a href="{{route('signup')}}" class="btn btn-primary btn-split ml-2 pr-4">{{trans('admin.sign_up')}}</a>
                </div>
                <div class="col-lg-6 py-3 wow zoomIn">
                    <div class="img-place">
                        @if(isset($sectionBanner->banner_sec_bg_image_file_name) && $sectionBanner->banner_sec_bg_image_file_name)
                            <img src="{{asset('uploads/'.$sectionBanner->banner_sec_bg_image_file_name)}}" class="img-fluid" alt="">
                        @endif
                    </div>
                </div>
            </div>
        </div>
    </div>
    <main>
        <div class="page-section" id="about">
            <div class="container">
                <div class="row">
                    <div class="col-lg-6 py-3 wow zoomIn">
                        <div class="img-place text-center">
                            @if(isset($sectionAbout->about_sec_bg_image_file_name) && $sectionAbout->about_sec_bg_image_file_name)
                                <img src="{{asset('uploads/'.$sectionAbout->about_sec_bg_image_file_name)}}" class="img-fluid" alt="">
                            @endif
                        </div>
                    </div>
                    <div class="col-lg-6 py-3 wow fadeInRight">
                        <h2 class="title-section">{{isset($sectionAbout->about_sec_title)?$sectionAbout->about_sec_title:''}}</h2>
                        <div class="divider"></div>
                        <p>{{isset($sectionAbout->about_sec_description)?$sectionAbout->about_sec_description:''}}</p>
                    </div>
                </div>
            </div> <!-- .container -->
        </div> <!-- .page-section -->

        <div class="page-section">
            <div class="container">
                <div class="text-center wow fadeInUp">
                    <div class="subhead">{{isset($sectionWhyChoose->why_choose_sub_heading)?$sectionWhyChoose->why_choose_sub_heading:''}}</div>
                    <h2 class="title-section">{{isset($sectionWhyChoose->why_choose_heading)?$sectionWhyChoose->why_choose_heading:''}}</h2>
                    <div class="divider mx-auto"></div>
                </div>

                <div class="row mt-5 text-center">
                    <div class="col-lg-4 py-3 wow fadeInUp">
                        <div class="display-3">
                            @if(isset($sectionWhyChoose->why_choose_sec_first_bg_image_file_name) && $sectionWhyChoose->why_choose_sec_first_bg_image_file_name)
                                <img src="{{asset('uploads/'.$sectionWhyChoose->why_choose_sec_first_bg_image_file_name)}}" class="img-info" alt="">
                            @endif
                        </div>
                        <h5>{{isset($sectionWhyChoose->why_choose_first_title)?$sectionWhyChoose->why_choose_first_title:''}}</h5>
                        <p>{{isset($sectionWhyChoose->why_choose_sec_first_description)?$sectionWhyChoose->why_choose_sec_first_description:''}}</p>
                    </div>
                    <div class="col-lg-4 py-3 wow fadeInUp">
                        <div class="display-3">
                            @if(isset($sectionWhyChoose->why_choose_sec_second_bg_image_file_name) && $sectionWhyChoose->why_choose_sec_second_bg_image_file_name)
                                <img src="{{asset('uploads/'.$sectionWhyChoose->why_choose_sec_second_bg_image_file_name)}}" class="img-info" alt="">
                            @endif
                        </div>
                        <h5>{{isset($sectionWhyChoose->why_choose_second_title)?$sectionWhyChoose->why_choose_second_title:''}}</h5>
                        <p>{{isset($sectionWhyChoose->why_choose_sec_second_description)?$sectionWhyChoose->why_choose_sec_second_description:''}}</p>
                    </div>
                    <div class="col-lg-4 py-3 wow fadeInUp">
                        <div class="display-3">
                            @if(isset($sectionWhyChoose->why_choose_sec_third_bg_image_file_name) && $sectionWhyChoose->why_choose_sec_third_bg_image_file_name)
                                <img src="{{asset('uploads/'.$sectionWhyChoose->why_choose_sec_third_bg_image_file_name)}}" class="img-info" alt="">
                            @endif
                        </div>
                        <h5>{{isset($sectionWhyChoose->why_choose_third_title)?$sectionWhyChoose->why_choose_third_title:''}}</h5>
                        <p>{{isset($sectionWhyChoose->why_choose_sec_third_description)?$sectionWhyChoose->why_choose_sec_third_description:''}}</p>
                    </div>
                </div>
            </div> <!-- .container -->
        </div> <!-- .page-section -->
        <div class="page-section bg-light" id="what_we_offer">
            <div class="container">
                    <div class="item">
                        <div class="text-center mb-5">
                            <h3>{{isset($sectionWhatWeOffer->what_we_offer_heading)?$sectionWhatWeOffer->what_we_offer_heading:''}}</h3>
                            <p>{{isset($sectionWhatWeOffer->what_we_offer_sub_heading)?$sectionWhatWeOffer->what_we_offer_sub_heading:''}}</p>
                        </div>
                        <div class="row align-items-center">
                            <div class="col-md-4 py-3">
                                <div class="testi-content">
                                    <div class="what-we-offer pb-4">
                                        <i class="fa fa-calendar offer-icons" aria-hidden="true"></i>
                                    </div>
                                    <div>{{isset($sectionWhatWeOffer->what_we_offer_first_title)?$sectionWhatWeOffer->what_we_offer_first_title:''}}</div>
                                    <div class="entry-footer">
                                        <p class="text-justify">{{isset($sectionWhatWeOffer->what_we_offer_first_description)?$sectionWhatWeOffer->what_we_offer_first_description:''}}</p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-md-4 py-3">
                                <div class="testi-content">
                                    <div class="what-we-offer pb-4">
                                        <i class="fa fa-phone offer-icons" aria-hidden="true"></i>
                                    </div>
                                    <div>{{isset($sectionWhatWeOffer->what_we_offer_second_title)?$sectionWhatWeOffer->what_we_offer_second_title:''}}</div>
                                    <div class="entry-footer">
                                        <p class="text-justify">{{isset($sectionWhatWeOffer->what_we_offer_second_description)?$sectionWhatWeOffer->what_we_offer_second_description:''}}</p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-md-4 py-3">
                                <div class="testi-content">
                                    <div class="what-we-offer pb-4">
                                        <i class="fa fa-star offer-icons" aria-hidden="true"></i>
                                    </div>
                                    <div>{{isset($sectionWhatWeOffer->what_we_offer_third_title)?$sectionWhatWeOffer->what_we_offer_third_title:''}}</div>
                                    <div class="entry-footer">
                                        <p class="text-justify">{{isset($sectionWhatWeOffer->what_we_offer_third_description)?$sectionWhatWeOffer->what_we_offer_third_description:''}}</p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-md-4 py-3">
                                <div class="testi-content">
                                    <div class="what-we-offer pb-4">
                                        <i class="fa fa-cloud-upload offer-icons" aria-hidden="true"></i>
                                    </div>
                                    <div>{{isset($sectionWhatWeOffer->what_we_offer_fourth_title)?$sectionWhatWeOffer->what_we_offer_fourth_title:''}}</div>
                                    <div class="entry-footer">
                                        <p class="text-justify">{{isset($sectionWhatWeOffer->what_we_offer_fourth_description)?$sectionWhatWeOffer->what_we_offer_fourth_description:''}}</p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-md-4 py-3">
                                <div class="testi-content">
                                    <div class="what-we-offer pb-4">
                                        <i class="fa fa-link offer-icons" aria-hidden="true"></i>
                                    </div>
                                    <div>{{isset($sectionWhatWeOffer->what_we_offer_fifth_title)?$sectionWhatWeOffer->what_we_offer_fifth_title:''}}</div>
                                    <div class="entry-footer">
                                        <p class="text-justify">{{isset($sectionWhatWeOffer->what_we_offer_fifth_description)?$sectionWhatWeOffer->what_we_offer_fifth_description:''}}</p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-md-4 py-3">
                                <div class="testi-content">
                                    <div class="what-we-offer pb-4">
                                        <i class="fa fa-usd offer-icons" aria-hidden="true"></i>
                                    </div>
                                    <div>{{isset($sectionWhatWeOffer->what_we_offer_sixth_title)?$sectionWhatWeOffer->what_we_offer_sixth_title:''}}</div>
                                    <div class="entry-footer">
                                        <p class="text-justify">{{isset($sectionWhatWeOffer->what_we_offer_sixth_description)?$sectionWhatWeOffer->what_we_offer_sixth_description:''}}</p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
            </div> <!-- .container -->
        </div> <!-- .page-section -->

        <div class="page-section bg-light">
            <div class="container">
                <div class="owl-carousel wow fadeInUp" id="testimonials">
                    <div class="item">
                        <div class="row align-items-center">
                            <div class="col-md-6 py-3">
                                <div class="testi-image">
                                    @if(isset($sectionTestimonial->testimonial_first_commenter_image_file_name) && $sectionTestimonial->testimonial_first_commenter_image_file_name)
                                        <img src="{{asset('uploads/'.$sectionTestimonial->testimonial_first_commenter_image_file_name)}}" alt="">
                                    @endif
                                </div>
                            </div>
                            <div class="col-md-6 py-3">
                                <div class="testi-content">
                                    <p>{{isset($sectionTestimonial->testimonial_first_commenter_comment)?$sectionTestimonial->testimonial_first_commenter_comment:''}}</p>
                                    <div class="entry-footer">
                                        <strong>{{isset($sectionTestimonial->testimonial_first_commenter_name)?$sectionTestimonial->testimonial_first_commenter_name:''}}</strong>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>

                    <div class="item">
                        <div class="row align-items-center">
                            <div class="col-md-6 py-3">
                                <div class="testi-image">
                                    @if(isset($sectionTestimonial->testimonial_second_commenter_image_file_name) && $sectionTestimonial->testimonial_second_commenter_image_file_name)
                                        <img src="{{asset('uploads/'.$sectionTestimonial->testimonial_second_commenter_image_file_name)}}" alt="">
                                    @endif
                                </div>
                            </div>
                            <div class="col-md-6 py-3">
                                <div class="testi-content">
                                    <p>{{isset($sectionTestimonial->testimonial_second_commenter_comment)?$sectionTestimonial->testimonial_second_commenter_comment:''}}</p>
                                    <div class="entry-footer">
                                        <strong>{{isset($sectionTestimonial->testimonial_second_commenter_name)?$sectionTestimonial->testimonial_second_commenter_name:''}}</strong>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>

                </div>
            </div> <!-- .container -->
        </div> <!-- .page-section -->

        <div class="page-section faq-section">
            <div class="container">
                <div class="text-center wow fadeInUp">
                    <h2 class="title-section">{{isset($sectionHowItWorks->how_it_work_heading)?$sectionHowItWorks->how_it_work_heading:''}}</h2>
                    <div class="subhead">{{isset($sectionHowItWorks->how_it_work_sub_heading)?$sectionHowItWorks->how_it_work_sub_heading:''}}</div>
                    <div class="divider mx-auto"></div>
                </div>

                <div class="row mt-5 text-center">
                    <div class="col-lg-3 py-3 wow fadeInUp">
                        <div>
                            <h1 class="how-it-work-steps">1</h1>
                        </div>
                        <h5>{{isset($sectionHowItWorks->how_it_work_title_one)?$sectionHowItWorks->how_it_work_title_one:''}}</h5>
                        <p>{{isset($sectionHowItWorks->how_it_work_description_one)?$sectionHowItWorks->how_it_work_description_one:''}}</p>
                    </div>
                    <div class="col-lg-3 py-3 wow fadeInUp">
                        <div>
                            <h1 class="how-it-work-steps">2</h1>
                        </div>
                        <h5>{{isset($sectionHowItWorks->how_it_work_title_two)?$sectionHowItWorks->how_it_work_title_two:''}}</h5>
                        <p>{{isset($sectionHowItWorks->how_it_work_description_two)?$sectionHowItWorks->how_it_work_description_two:''}}</p>
                    </div>
                    <div class="col-lg-3 py-3 wow fadeInUp">
                        <div>
                            <h1 class="how-it-work-steps">3</h1>
                        </div>
                        <h5>{{isset($sectionHowItWorks->how_it_work_title_three)?$sectionHowItWorks->how_it_work_title_three:''}}</h5>
                        <p>{{isset($sectionHowItWorks->how_it_work_description_three)?$sectionHowItWorks->how_it_work_description_three:''}}</p>
                    </div>
                    <div class="col-lg-3 py-3 wow fadeInUp">
                        <div>
                            <h1 class="how-it-work-steps">4</h1>
                        </div>
                        <h5>{{isset($sectionHowItWorks->how_it_work_title_four)?$sectionHowItWorks->how_it_work_title_four:''}}</h5>
                        <p>{{isset($sectionHowItWorks->how_it_work_description_four)?$sectionHowItWorks->how_it_work_description_four:''}}</p>
                    </div>
                </div>
            </div> <!-- .container -->
        </div> <!-- .page-section -->

        <div class="page-section" id="contact">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-lg-6 py-3 wow fadeInUp">
                        <h2 class="title-section">{{trans('admin.get_in_touch')}}</h2>
                        <div class="divider"></div>
                        <p>{{isset($sectionContactUs->get_in_touch)?$sectionContactUs->get_in_touch:''}}</p>

                        <ul class="contact-list">
                            <li>
                                <div class="icon"><span class="mai-map"></span></div>
                                <div class="content">{{isset($sectionContactUs->full_address)?$sectionContactUs->full_address:''}}</div>
                            </li>
                            <li>
                                <div class="icon"><span class="mai-mail"></span></div>
                                <div class="content"><a href="#">{{isset($sectionContactUs->email)?$sectionContactUs->email:''}}</a></div>
                            </li>
                            <li>
                                <div class="icon"><span class="mai-phone-portrait"></span></div>
                                <div class="content"><a href="#">{{isset($sectionContactUs->phone_number)?$sectionContactUs->phone_number:''}}</a></div>
                            </li>
                        </ul>
                    </div>
                    <div class="col-lg-6 py-3 wow fadeInUp">
                        <div class="subhead">Contact Us</div>
                        <h2 class="title-section">Drop Us a Line</h2>
                        <div class="divider"></div>
                        <form action="{{route('front.customer.contact.store')}}" method="post">
                            @csrf
                            <div class="py-2">
                                <input type="text" name="name" class="form-control" placeholder="Full name">
                            </div>
                            <div class="py-2">
                                <input type="email" name="subscribe_email" class="form-control" placeholder="Email">
                            </div>
                            <div class="py-2">
                                <textarea rows="6" name="message" class="form-control" placeholder="Enter message"></textarea>
                            </div>
                            <button type="submit" class="btn btn-primary rounded-pill mt-4">Send Message</button>
                        </form>
                    </div>
                </div>
            </div> <!-- .container -->
        </div> <!-- .page-section -->
    </main>
@endsection

@section('extra-scripts')

@endsection

:: 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 ]--