@extends('layouts/layoutMaster') @section('title', __('New Chat')) @section('vendor-style') @vite(['resources/assets/vendor/libs/select2/select2.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/select2/select2.js']) @endsection @section('content')
{{ __('Select a user from the list above to start a new conversation. If a chat already exists with this user, you will be redirected to the existing conversation.') }}