@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')

{{ __('Chats') }} / {{ __('New Chat') }}

{{ __('Start a New Conversation') }}
@csrf
@error('receiver_id')
{{ $message }}
@enderror
{{ __('Select a user to start chatting with them') }}
{{ __('Cancel') }}
{{ __('How it works') }}

{{ __('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.') }}

@push('scripts') @endpush @endsection