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

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

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


@csrf
@endsection @push('scripts') @endpush