diff --git a/resources/views/livewire/ai-chat-window.blade.php b/resources/views/livewire/ai-chat-window.blade.php index dce2bc5..639a16f 100644 --- a/resources/views/livewire/ai-chat-window.blade.php +++ b/resources/views/livewire/ai-chat-window.blade.php @@ -132,41 +132,53 @@ new class extends Component { }); } }" - class="" + class="fixed z-50 bottom-8 right-8" > + {{-- toggle button --}} - + + {{-- popup --}}
- - - {{-- close button --}} - +
+
+

{{ __('AI Chat') }}

+ +
{{-- chat window --}} -
+
-
- @foreach($suggested_prompts as $prompt) - - @endforeach - -
- -
- -
+
+
+
+ @foreach($suggested_prompts as $prompt) + + @endforeach -
- - -
-
-

{{ __('Advice generated by AI may contain errors. Use at your own risk. Always consult a licensed investment advisor.') }}

-
- - +
+ +
+ + +
+ + +
+ +
+

{{ __('Advice generated by AI may contain errors. Use at your own risk. Always consult a licensed investment advisor.') }}

+
+ +
+