One Hat Cyber Team
Your IP :
3.139.103.152
Server IP :
104.21.64.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
app.gftag.com
/
app
/
View
/
Components
/
Edit File:
GuestLayout.php
<?php namespace App\View\Components; use Illuminate\View\Component; use Illuminate\View\View; class GuestLayout extends Component { /** * Get the view / contents that represents the component. */ public function render(): View { return view('layouts.guest'); } }
Simpan