This commit is contained in:
Lizandro Guarnizo
2026-04-25 14:47:20 -05:00
parent c56cd218fa
commit bbf34d08d0
8 changed files with 645 additions and 0 deletions
@@ -35,4 +35,9 @@ class WhatsappController extends Controller
{
return view('whatsapp.logs');
}
public function correo()
{
return view('whatsapp.correo');
}
}