@extends('admin.layouts.app') @section('title', 'Chat Sessions') @section('content')
Monitor and view chat histories between users and astrologers.
{{ $session->user->name ?? 'Guest' }}
{{ $session->astrologer->name ?? 'N/A' }}