@lang("modules.messages.startConversation")
×
@if (!in_array('client', user_roles())) @if ($messageSetting->allow_client_employee == 'yes')
@else
@endif @endif @if (in_array('client', user_roles())) @if ($messageSetting->allow_client_employee == 'yes' || $messageSetting->allow_client_admin == 'yes')
@endif @endif
--
@foreach ($employees as $item)
{{ ucwords($item->name) }}
@endforeach
@if ($messageSetting->allow_client_admin == 'yes' && !in_array('client', user_roles()))
--
@foreach ($clients as $item)
id == $item->id) selected @endif>{{ ucwords($item->name) }}
@endforeach
@endif
{{-- These inputs fields are used for file attchment --}}