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