@extends('layouts.admin') @section('page_kicker', 'Inbox') @section('page_title', 'Messages') @section('content')
Secure threads with your clinicians
{{ $msg->sender->name ?? 'User' }} → {{ $msg->receiver->name ?? 'User' }}
{{ $msg->message }}
{{ $msg->created_at->format('M j, g:i A') }}
No messages yet.
@endforelseAfter you book or complete a consultation, your clinician appears here.
@else @endif Open full chat app