{{$question->question}}
| Question | Type | Action |
|---|---|---|
| {{$question->question}} |
@if($question->is_action_btn==0)
Text
@else
@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 @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 |