{{-- @livewire('conversation.partials.get-time',['time' => $prev_message->created_at], key(rand())) --}}
{{--
@livewire('conversation.partials.get-time',['time' => $message->created_at, 'next' => $next, 'prev' => $prev], key(rand()))
--}} @endif @endif @if($loop->iteration == (count($messages) - 1) && $hasMorePages)
@endif @endforeach @else

No messages

@endif {{-- submit the form --}} @if(!$chat_blocked)
@csrf
{{-- --}}
@else

This chat has been blocked, you will not recevied new messages.

@endif {{-- @push('scripts') @endpush --}}