| ID |
Participants |
Messages Count |
Action |
@forelse ($chatList as $chat)
@if($chat->company_one && $chat->company_two)
| {{$chat->id}} |
{{$chat->company_one->name ?? ""}} vs {{$chat->company_two->name ?? ""}} |
{{$chat->msg_count ?? 0}} |
|
@endif
@empty
| No record found |
@endforelse
{{ $chatList->links('livewire.pagination') }}