@if($conversationId)
@php($previousDate = null) @foreach($this->messages as $message) @if ($previousDate !== $message->created_at->format('d.m.Y'))
@if($this->conversation->created_at->format('d.m.Y') === $message->created_at->format('d.m.Y')) {{ __('Conversation started on :date', ['date' => $this->conversation->created_at->format('d/m/Y')]) }} @elseif($message->created_at->format('d.m.Y') === now()->format('d.m.Y')) {{ __('Today') }} @else {{ $message->created_at->format('d.m.Y') }} @endif
@endif @php($previousDate = $message->created_at->format('d.m.Y')) @endforeach {{--
IH
Thank you! Let me know when it done.
  • 3:55 PM
We just reset your account. Please check your email for verification.
Please confirm if your got email
  • Now
--}}
@livewire('chats.send-message-form', ['chatConversationId' => $conversationId], key('send-message-form-' . $conversationId)) {{--
IH
--}} @else
Aucun message trouvé
Commencez une nouvelle conversation.
@if(! $this->isSingleConversation) @endif
@endif