BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
app
/
Livewire
📤 Upload
📝 New File
📁 New Folder
Close
Editing: Chatbot.php
<?php declare(strict_types=1); namespace App\Livewire; use App\Support\Chatbot\Embeddable; use Illuminate\Contracts\View\View; use Livewire\Component; #[Embeddable] class Chatbot extends Component { public function render(): View { return view('livewire.chatbot.chatbot'); } }
Save
Cancel