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

Conversation

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

You Haven't Start Chat Anyone Yet!!

@else @foreach($chatRooms as $room) @endforeach @endif
@endsection