@extends('layouts.admin-club') @section('club-admin-content')
Communicate with your members
{{ $conversation->user->full_name ?? 'Unknown' }}
{{ $conversation->last_message_at ? $conversation->last_message_at->diffForHumans(null, true) : '' }}{{ $conversation->last_message ?? 'No messages yet' }}
No conversations yet
Choose a conversation from the list to start messaging