📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 11:01:59
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
app
/
View
/
Components
📍 /home/orkouolp/web/testing.orkobd/laravel/app/View/Components
🔄 Refresh
✏️
Editing: AppLayout.php
Writable
<?php namespace App\View\Components; use Illuminate\View\Component; use Illuminate\View\View; class AppLayout extends Component { /** * Get the view / contents that represents the component. */ public function render(): View { return view('layouts.app'); } }
💾 Save Changes
❌ Cancel