@extends('layouts.app') @section('content')
Chat
@if($conversation)
{{ $conversation->title ?? 'Chat' }}
@if($conversation->conversation_type === 'direct') @endif
@else

Welcome Teacher!

Chat with students, managers, and other teachers

0
Online
0
Unread
0
Chats
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush