shell bypass 403

UnknownSec Shell

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

name : AllOrgBranch.php
<?php

namespace App\Exports;

use Illuminate\Contracts\View\View;
use Maatwebsite\Excel\Concerns\FromView;
use Maatwebsite\Excel\Concerns\WithStyles;
use Modules\Org\Entities\OrgBranch;
use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;

class AllOrgBranch implements FromView, WithStyles
{
    public function view(): View
    {
        $branches = OrgBranch::where('parent_id', '0')->orderBy('order', 'asc')->get();
        return view('org::exports.all_branches', [
            'branches' => $branches
        ]);
    }

    public function styles(Worksheet $sheet)
    {
        return [
            1 => ['font' => ['bold' => true]],
        ];
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password