@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) @endforeach
@if ($messageSetting->allow_client_admin == 'yes' && !in_array('client', user_roles()))
@foreach ($clients as $item) @endforeach
@endif
{{-- These inputs fields are used for file attchment --}}
@lang('app.cancel') @lang('app.send')