@extends('layout.dashboard-app') @section('content')

Conversation

@if(count($chatRooms) == 0)

You Haven't Start Chat Anyone Yet!!

@else @foreach($chatRooms as $room)
@if($room->receiver_id == \Illuminate\Support\Facades\Auth::id()) @else @endif
@endforeach @endif
@endsection