@extends('layouts.adminlte.adminlte') @section('title') Chat @endsection @section('content') @if($isChatBanned) @endif @if($isObserver ?? false) @endif {{-- Monitoring Warning (for agents/sellers) --}} @if(in_array(auth()->user()->user_type, ['agent', 'seller'])) @endif

@if($isObserver ?? false) Agent-Seller Conversations @else Conversations @endif

@endsection