Global Chat

@foreach ($chats as $chat)
[{{ $chat->created_at->format('H:i') }}] {{ $chat->user->name }}: {{ $chat->message }}
@endforeach