@extends('layouts.admin') @section('title', setting('school_name', 'ShulePoint') . ' | Inbox') @section('page-title', 'Messages') @section('content')
Inbox is clear
Messages from other users will appear here.
With {{ $selected->sender_id === auth()->id() ? ($selected->recipient->name ?? 'User') : ($selected->sender->name ?? 'User') }} · started {{ $selected->created_at->format('d M Y H:i') }}
Select a conversation
Choose a sender on the left to read and reply —
unread counts show per person.