📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 11:01:31
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
app
/
View
/
Components
📍 /home/orkouolp/web/testing.orkobd/laravel/app/View/Components
🔄 Refresh
✏️
Editing: ImagePreview.php
Writable
<?php namespace App\View\Components; use Closure; use Illuminate\View\Component; use Illuminate\Contracts\View\View; class ImagePreview extends Component { /** * Create a new component instance. */ public function __construct() { // } /** * Get the view / contents that represent the component. */ public function render(): View|Closure|string { return view('components.image-preview'); } }
💾 Save Changes
❌ Cancel