CasperSecurity

Current Path : /var/www/orientalss.com/app/Http/Livewire/Settings/
Upload File :
Current File : /var/www/orientalss.com/app/Http/Livewire/Settings/SettingIndexLivewire.php

<?php

namespace App\Http\Livewire\Settings;

use Livewire\Component;

class SettingIndexLivewire extends Component
{

    public $activeTab='organisation';

    public function switchTab($tabName)
    {
        if($tabName){
            $this->activeTab = $tabName;
            session([
                'session_tab'=>$tabName,
            ]);
        }

    }

    public function mount(){
        if(session('session_tab')){
            $this->activeTab=session('session_tab');
        }
    }

    public function render()
    {

        return view('livewire.settings.setting-index-livewire');
    }
}
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY