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


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

@section('title') {{get_settings('app_name')}} - {{trans('admin.features')}} @endsection

@section('header')

    <div class="container">
        <div class="page-banner">
            <div class="row justify-content-center align-items-center h-100">
                <div class="col-md-6">
                    <nav aria-label="Breadcrumb">
                        <ul class="breadcrumb justify-content-center py-0 bg-transparent">
                            <li class="breadcrumb-item"><a href="{{route('home')}}">{{trans('admin.home')}}</a></li>
                            <li class="breadcrumb-item active">{{trans('admin.features')}}</li>
                        </ul>
                    </nav>
                    <h1 class="text-center">{{trans('admin.features')}}</h1>
                </div>
            </div>
        </div>
    </div>
@endsection
@section('main-section')
    @php $template = json_decode(get_settings('template')); @endphp
    <div class="page-section">
        <div class="page-section bg-light">
            <div class="container">
                <div class="text-center wow fadeInUp">
                    <div class="subhead">{{trans('admin.features')}}</div>
                    <h2 class="title-section">{{isset($template)?$template->main_title:''}}</h2>
                    <div class="divider mx-auto"></div>
                </div>

                <div class="row">
                    @if(isset($template->sec_four_description) && isset($template->sec_four_title))
                        @foreach($template->sec_four_description as $key=>$secFourDescription)
                            @foreach($template->sec_four_title as $keyOne=>$secFourtitle)
                                @if($key == $keyOne && $secFourDescription && $secFourtitle)
                                    <div class="col-sm-6 col-lg-4 col-xl-3 py-3 wow zoomIn">
                                        <div class="features">
                                            <div class="header mb-3">
                                                <span class="mai-business"></span>
                                            </div>
                                            <h5>{{$secFourtitle}}</h5>
                                            <p>{{$secFourDescription}}</p>
                                        </div>
                                    </div>
                                @endif
                            @endforeach
                        @endforeach
                    @endif
                    <div class="col-sm-12 text-center d-none">
                        <a href="{{route('features')}}" class="btn btn-primary mt-3">{{trans('admin.view_more')}}</a>
                    </div>

                </div>

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

@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.0033 ]--