@extends('layouts.student') @section('title', 'Chat IA - MentoraMind') @section('content')
{{ __('student.chat.show_message_1') }}
{{ __('student.chat.show_message_2') }}
{{ __('student.chat.show_message_3') }}
{{ __('student.chat.show_message_4') }}
{!! __('student.chat.show_message_5') !!}
{{ __('student.chat.archived_chat_note') }}
@endsection