!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/picomail.picotech.app/public_html/resources/views/front/   drwxr-xr-x
Free 28.3 GB of 117.98 GB (23.99%)
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 (13.1 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.frontLayout')

@section('title')
    {{get_settings('app_name')}} || Bulk Email MMarketing Tool
@endsection

@section('css')
    <style>
        .plan-section .card ul li {
            padding-bottom: 3px;
            border-bottom: 1px solid lightgrey;
            margin-bottom: 15px;
        }

        .plan-section .card ul {
            list-style: none;
            font-size: 17px;
            font-weight: 500;
            margin-top: 18px;
        }

        .plan-section .card h6 {
            font-size: 13px !important;
            margin-top: 22px;
        }

        .plan-section .card h3 {
            font-size: 30px !important;
            margin-top: 9px;
        }

        .plan-section .card {
            padding: 25px !important;
            border-radius: 7px;
        }

        .plan-section .card a button {
            margin-top: 10%;
        }
    </style>
@endsection
@section('main-content')
    @php
        $homeSectione = json_decode(get_settings('home_section'));
        $aboutSection = json_decode(get_settings('about_section'));
        $featuresSection = json_decode(get_settings('features_section'));
        $groupListBuilderSection = json_decode(get_settings('group_list_builder_section'));
        $customerManagementSection = json_decode(get_settings('customer_management_section'));
        $billingManagementSection = json_decode(get_settings('billing_management_section'));
        $formAndEmailTemplateBuilderSection = json_decode(get_settings('form_and_email_template_builder_section'));
        $planManagementSection = json_decode(get_settings('plan_management_section'));
        $popularPaymentGatewaySection = json_decode(get_settings('popular_payment_gateway_section'));
    @endphp

    <section id="home" class="home">

        <h1 class="banner">{{isset($homeSectione)?$homeSectione->home_section_heading:old('home_section_heading')}}</h1>
        <h3 class="slogan">{{isset($homeSectione)?$homeSectione->home_section_title:old('home_section_title')}}</h3>
        <a href="#pricing">
            <button>get started</button>
        </a>


        <div class="wave wave1"></div>
        <div class="wave wave2"></div>
        <div class="wave wave3"></div>

        <div class="fas fa-cog nut1"></div>
        <div class="fas fa-cog nut2"></div>


    </section>


    <!-- home section ends -->


    <!-- abuout section starts  -->

    <section id="about" class="about">

        <h1 class="heading">about</h1>

        <div class="row">

            <div class="content">
                <h3>{{isset($aboutSection)?$aboutSection->about_section_title:old('about_section_title')}}</h3>
                <p class="more-cont">{{isset($aboutSection)?$aboutSection->about_section_description:old('about_section_description')}}</p>
            </div>

            <div class="image">
                @if(isset($aboutSection->about_section_img) && $aboutSection->about_section_img)
                    <img src="{{asset('uploads/'.$aboutSection->about_section_img)}}" alt="">
                @endif
            </div>

        </div>


    </section>

    <!-- abuout section ends  -->

    <!-- features section starts  -->

    <section id="service" class="service">

        <h1 class="heading">Key Features</h1>

        <div class="row">

            <div class="image">
                @if(isset($featuresSection->features_section_img) && $featuresSection->features_section_img)
                    <img src="{{asset('uploads/'.$featuresSection->features_section_img)}}" alt="">
                @endif
            </div>
            <div class="content">
                <h3>{{isset($featuresSection)?$featuresSection->features_section_title:old('features_section_title')}}</h3>
                <p>{{isset($featuresSection)?$featuresSection->features_section_description:old('features_section_description')}}</p>
            </div>

        </div>

        <div class="row">

            <div class="content">
                <h3>{{isset($groupListBuilderSection)?$groupListBuilderSection->group_list_builder_section_title:old('group_list_builder_section_title')}}</h3>
                <p>{{isset($groupListBuilderSection)?$groupListBuilderSection->group_list_builder_section_description:old('group_list_builder_section_description')}}</p>
            </div>
            <div class="image">
                @if(isset($groupListBuilderSection->group_list_builder_section_img) && $groupListBuilderSection->group_list_builder_section_img)
                    <img src="{{asset('uploads/'.$groupListBuilderSection->group_list_builder_section_img)}}" alt="">
                @endif
            </div>

        </div>

        <div class="row">


            <div class="image">
                @if(isset($customerManagementSection->customer_management_section_img) && $customerManagementSection->customer_management_section_img)
                    <img src="{{asset('uploads/'.$customerManagementSection->customer_management_section_img)}}" alt="">
                @endif
            </div>
            <div class="content">
                <h3>{{isset($customerManagementSection)?$customerManagementSection->customer_management_section_title:old('customer_management_section_title')}}</h3>
                <p>{{isset($customerManagementSection)?$customerManagementSection->customer_management_section_description:old('customer_management_section_description')}}</p>
            </div>

        </div>

        <div class="row">

            <div class="content">
                <h3>{{isset($billingManagementSection)?$billingManagementSection->billing_management_section_title:old('billing_management_section_title')}}</h3>
                <p>{{isset($billingManagementSection)?$billingManagementSection->billing_management_section_description:old('billing_management_section_description')}}</p>
            </div>
            <div class="image">
                @if(isset($billingManagementSection->billing_management_section_img) && $billingManagementSection->billing_management_section_img)
                    <img src="{{asset('uploads/'.$billingManagementSection->billing_management_section_img)}}" alt="">
                @endif
            </div>

        </div>

        <div class="row">


            <div class="image">
                @if(isset($formAndEmailTemplateBuilderSection->form_and_email_template_builder_section_img) && $formAndEmailTemplateBuilderSection->form_and_email_template_builder_section_img)
                    <img src="{{asset('uploads/'.$formAndEmailTemplateBuilderSection->form_and_email_template_builder_section_img)}}" alt="">
                @endif
            </div>
            <div class="content">
                <h3>{{isset($formAndEmailTemplateBuilderSection)?$formAndEmailTemplateBuilderSection->form_and_email_template_builder_section_title:old('form_and_email_template_builder_section_title')}}</h3>
                <p>{{isset($formAndEmailTemplateBuilderSection)?$formAndEmailTemplateBuilderSection->form_and_email_template_builder_section_description:old('form_and_email_template_builder_section_description')}}</p>
            </div>

        </div>

        <div class="row">

            <div class="content">
                <h3>{{isset($planManagementSection)?$planManagementSection->plan_management_section_title:old('plan_management_section_title')}}</h3>
                <p>{{isset($planManagementSection)?$planManagementSection->plan_management_section_description:old('plan_management_section_description')}}</p>
            </div>
            <div class="image">
                @if(isset($planManagementSection->plan_management_section_img) && $planManagementSection->plan_management_section_img)
                    <img src="{{asset('uploads/'.$planManagementSection->plan_management_section_img)}}" alt="">
                @endif
            </div>

        </div>
        <div class="row">


            <div class="image">
                @if(isset($popularPaymentGatewaySection->popular_payment_gateway_section_img) && $popularPaymentGatewaySection->popular_payment_gateway_section_img)
                    <img src="{{asset('uploads/'.$popularPaymentGatewaySection->popular_payment_gateway_section_img)}}" alt="">
                @endif
            </div>
            <div class="content">
                <h3>{{isset($popularPaymentGatewaySection)?$popularPaymentGatewaySection->popular_payment_gateway_section_title:old('popular_payment_gateway_section_title')}}</h3>
                <p>{{isset($popularPaymentGatewaySection)?$popularPaymentGatewaySection->popular_payment_gateway_description:old('popular_payment_gateway_description')}}</p>
            </div>

        </div>

    </section>


    <!-- features section ends -->

    <!-- testimonial section starts  -->

    <section id="pricing" class="team">

        <h1 class="heading">Pricing</h1>

        <div class="row plan-section">
            @foreach($plans as $plan)
                <div class="col-sm-4">
                    <div class="card plan-card">
                        <h6>{{$plan->title}}</h6>
                        <h3>{{formatNumberWithCurrSymbol($plan->price)}}</span></h3>
                        <h4>{{trans('admin.per_month')}}</h4>
                        <ul>
                            <li>{{trans('Unlimited Support')}}</li>
                            <li>{{trans('admin.form.contact_limit')}} {{$plan->contact_limit}}</li>
                            <li>{{trans('customer.email_limit')}} {{$plan->email_limit}}</li>
                            <li>{{trans('Cancel Anytime')}}</li>
                        </ul>
                        @if(auth('customer')->check())
                            @if(Module::has('PaymentGateway') && Module::find('PaymentGateway')->isEnabled())
                                <form action="{{route('paymentgateway::process')}}" method="post">
                                    @csrf
                                    <input type="hidden" name="id" value="{{$plan->id}}">
                                    <button type="submit" class="btn">{{trans('customer.choose')}}</button>
                                </form>
                            @else
                                <a href="{{route('customer.billing.update',['id'=>$plan->id])}}">
                                    <button class="btn">{{trans('customer.choose')}}</button>
                                </a>
                            @endif
                        @else
                            @if(get_settings('registration_status') && get_settings('registration_status')=='enable')
                                <a target="_blank" href="{{route('signup',['plan_id'=>$plan->id])}}">
                                    <button class="btn">{{trans('customer.choose')}}</button>
                                </a>
                            @endif
                        @endif

                    </div>
                </div>
            @endforeach

        </div>


    </section>



    <!-- team section ends -->

    <!-- contact section starts  -->

    <section id="contact" class="contact">

        <h1 class="heading">contact us</h1>


        <div class="row">

            <div class="image">
                <img src="{{asset('front/images/contact-image.svg')}}" alt="">
            </div>

            <div class="form-container">
                <form action="{{route('front.contact.store')}}" method="post">
                    @csrf
                    <div class="inputBox">
                        <input type="text" name="first_name" placeholder="first name">
                        <input type="text" name="last_name" placeholder="last name">
                    </div>

                    <input type="email" placeholder="email" name="email">
                    <textarea name="message" cols="30" rows="10" placeholder="message"></textarea>
                    <input type="submit" value="send">

                </form>
            </div>

        </div>

    </section>


    <!-- contact section ends -->

    <!-- FAQ section starts  -->

    <section id="faq" class="faq">

        <h1 class="heading">FAQ</h1>

        <div class="row">

            <div class="image">
                <img src="{{asset('front/images/faq-image.svg')}}" alt="">
            </div>

            <div class="accordion-container">
                @if($faqs->isNotEmpty())
                    @foreach($faqs as $faq)
                        <div class="accordion">
                            <div class="accordion-header">
                                <span>+</span>
                                <h3>{{$faq->question}}</h3>
                            </div>
                            <div class="accordion-body">
                                <p>{{$faq->answer}}</p>
                            </div>
                        </div>
                    @endforeach
                @endif
            </div>

        </div>


    </section>
    <!-- FAQ section ends -->
@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 ]--