| Question | Type | Action | |
|---|---|---|---|
| Welcome Messages - Informal | |||
| @endif
{{nl2br($question->question)}} | Text | Edit | Delete | @if($question->status==1) Deactivate @else Activate @endif |
| Call to Action Pitch - Informal | |||
| @endif | {{$question->question}} |
@if($question->action_btn_type==0)
Information on Button Action
@elseif($question->action_btn_type==1)
Link on Button Action Url - {{$question->url_link}} @elseif($question->action_btn_type==2) Appointment IP User - @if($question->ip_user) {{$question->ip_user->fullname}} @endif @elseif($question->action_btn_type==3) Prospect Chat Information @endif |
Edit |
Delete
|
@if($question->status==1)
Deactivate
@else
Activate
@endif
@if($question->is_action_btn==1 and $question->action_btn_type==0)
Add Sub Question | Sub Questions List @endif |
| Welcome Messages - Formal | |||
| @endif
{{$question->question}} | Text | Edit | Delete | @if($question->status==1) Deactivate @else Activate @endif |
| Call to Action Pitch - Formal | |||
| @endif | {{$question->question}} |
@if($question->action_btn_type==0)
Default Button
@elseif($question->action_btn_type==1)
Link Button Url - {{$question->url_link}} @elseif($question->action_btn_type==2) Appointment IP User - @if($question->ip_user) {{$question->ip_user->fullname}} @endif @endif |
Edit |
Delete
|
@if($question->status==1)
Deactivate
@else
Activate
@endif
@if($question->is_action_btn==1 and $question->action_btn_type==0)
Add Sub Question | Sub Questions List @endif |