@extends('layouts.app') @section('header-title', __('Chats')) @section('content')
{{ __('No Users') }}

{{ __('No User Found') }}

{{ __('Please select a user to see their messages') }}


@hasPermission('admin.conversation.sendMessageAdmin')
@endhasPermission
@endsection @push('scripts') @endpush