@section('css') @endsection

Chat List

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