add:setting main chatbot
fix:chatbot ui
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
{{-- <div class="floating-icon">
|
||||
|
||||
</div> --}}
|
||||
@if (!Request::is('chatbot'))
|
||||
@if (!Request::is('chatbot') && !Request::is('main-chatbot'))
|
||||
<a href="{{ route('chatbot.index') }}" class="floating-icon">
|
||||
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user