@include('elements.message-alert',['classes'=>'py-3']) @if($stream->canWatchStream)
@if($stream->messages->count()) @foreach($stream->messages as $message) @include('elements.streams.stream-chat-message',['message'=>$message, 'streamOwnerId' => $stream->user_id]) @endforeach @endif
@if($stream->status == 'in-progress')
👋 {{__('There are no messages yet.')}}  {{__("Say 'Hi!' to someone!")}}
@else
⏲ {{__("Stream ended, can't add comments.")}}
@endif
@if(!isset($streamEnded))
@endif @else
🔒 {{__("Chat locked. Unlock the stream to see the messages.")}}
@endif