@php $dashboard_scss_path = 'resources/views/' . get_theme() . '/scss/dashboard.scss'; @endphp @vite($dashboard_scss_path)
@foreach ($messages as $message) @if ($message->input != null)
You: {{ $message->input }}
@endif @if ($message->output != null) @php $output = str_replace(['
', '
', '
', '
'], "\n", $message->output); @endphp
Chatbot: {{ $output }}
@endif @endforeach