@extends('layouts.business') @section('content')

Start New Chat

Create a conversation with your team members

@if(count($participants) > 0)
@csrf
@error('subject')
{{ $message }}
@enderror
@foreach($participants as $participant)
@endforeach
Select one or more team members to include in the chat @error('participant_ids')
{{ $message }}
@enderror
@error('message')
{{ $message }}
@enderror
Cancel
@else
No Team Members Available

You need to have active team members to start a chat. Please invite team members first.

@endif
Tips
  • Only active team members appear here
  • You can start a direct message or group chat
  • All participants will be notified
  • Optionally send a first message
  • Only you can delete the chat
Business Only

Only your business team members are shown here. You can only chat with people in your organization.

@endsection