芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/routes/admin/Chat.php
name('chat_conversation.index'); // //Route::get('chat/{chat}', [ChatController::class, 'show'])->name('chat_conversation.show'); // //Route::post('chat/{chat}/reply', [ChatController::class, 'reply'])->name('chat_conversation.reply'); // //// Route::delete('chat/{chat}/trash', [AdminChatController::class, 'trash'])->name('chat_conversation.trash'); // Chat move to trash // //// Route::post('chat/{chat}/restore', [AdminChatController::class, 'restore'])->name('chat_conversation.restore'); // //// Route::delete('chat/{chat}/destroy', [AdminChatController::class, 'destroy'])->name('chat_conversation.destroy');