@if (!isset($_GET['contact_id']))
@if ($isBot)
{{__('This message will be sent to the contact once the trigger rule is met in the message sent by the contact.')}}
@elseif ($isAPI)
{{__('This message will be sent once API with campaign ID called')}}
@else
@if($selectedContacts!="")
@if ($selectedContacts==1)
{{__('Send to')}}:{{$selectedContacts}} {{__('contact')}}
@else
{{__('Send to')}}:{{$selectedContacts}} {{__('contacts')}}
@endif
@endif
@endif
@endif
@if ($isBot)
@elseif ($isAPI)
@else
@if (!isset($_GET['contact_id'])&&$selectedContacts>0)
@elseif(isset($_GET['contact_id']))
@endif
@endif