@extends('layouts.master') @section('title') @lang('translation.Chat') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Dashboard @endslot @slot('title') Support Chat @endslot @endcomponent
{{-- @if (Auth::user()->avatar) @else --}}
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}
{{-- @endif --}}
{{ Auth::user()->name }}

Super Admin

  • Select a conversation to start chatting
Select a conversation to send messages
@endsection @section('script') @endsection