@extends('layouts.student') @section('title', 'Chat IA - MentoraMind') @section('content') @if(session('error')) @endif @livewire('student.chat-interface', ['conversationId' => $activeConversation->id ?? null]) @if(isset($activeConversation) && $activeConversation->id) {{-- Modal Edit Title --}} {{-- Modal Delete Conversation --}} @endif @endsection