@extends('layouts.app') @section('title', __('app.teacher.chats.title') . ' - ' . config('app.name', 'CurioGPT')) @section('content')
{{ __('app.teacher.chats.no_chats_yet') }}
{{ $conversation->student_name ?? __('app.common.unknown_student') }}
{!! $highlightHtml !!}
{{ $conversation->title }}
{{ \Carbon\Carbon::parse($conversation->updated_at)->diffForHumans() }}