@csrf
{{ $queue ? $queue->companyName : '' }}
{{ $queue ? $queue->ein : '' }}
{{ $queue ? $queue->phone : $user->phone }}
{{ $queue ? $queue->email : $user->email }}
{{ $queue ? $queue->street : '' }}
{{ $queue ? $queue->city : '' }}
{{$stateName}}
{{ $queue ? $queue->postalCode : '' }}
{{ $queue ? $queue->websiteUrl : '' }}
{{ $queue ? $queue->message1 : '' }}
{{ $queue ? $queue->message2 : '' }}
{{ $queue ? $queue->campaignDescription : '' }}

Info: You must be precise as if you were explaining to someone over the phone how to work through this process so that registry can visually go through this process of your website.

Example: I have traffic that visits my website and fills out the form for quote, and grants express consent to reply by phone, email and sms.

Example: Traffic comes to my website link and clicks button [what button?] where they are presented a form to fill in there contact information and grants express consent to contact them via phone, email and sms.

{{ $queue ? $queue->callToAction : '' }}
@php $vertical_name = ''; if(!empty($verticalTypes)){ foreach($verticalTypes as $k => $v) { if($queue && $queue->vertical == $k) { $vertical_name = $v->displayName; } } } @endphp
{{$vertical_name}}