chatbot nuevo
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
class ChatController extends Controller
|
||||
{
|
||||
public function publicPage()
|
||||
{
|
||||
return view('chat-publico');
|
||||
}
|
||||
|
||||
public function conversaciones()
|
||||
{
|
||||
return view('chat.conversaciones');
|
||||
}
|
||||
|
||||
public function menus()
|
||||
{
|
||||
return view('chat.menus');
|
||||
}
|
||||
|
||||
public function configuracion()
|
||||
{
|
||||
return view('chat.configuracion');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user