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

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

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


@endsection @push('scripts') @endpush