@extends('layouts.student') @section('title', 'Chat IA - MentoraMind') @section('content') @livewire('student.chat-interface') @endsection