@extends('layouts.admin') @section('title', $conversation->title . ' - MentoraMind') @section('content')
{{ $conversation->user->full_name }} • {{ $conversation->user->email }} @if($conversation->subject) • {{ $conversation->subject->name }} @endif