@php use Request as Input; @endphp
*
@if (auth()->user()->can('create-contact')) @if (!isset($ticket))
@endif @endif
{!! Form::label('question2_answer', 'Call Notes / Reason for the Call - Add Detailed Notes ', [ 'class' => 'form-label', 'for' => 'question2_answer', ]) !!} * {!! Form::text( 'question2_answer', Input::old('question2_answer', isset($ticket) ? $ticket->question2_answer : ''), [ 'id' => 'question2_answer', 'class' => 'form-control', 'placeholder' => 'Call Notes / Reason for the Call - Add Detailed Notes ', ], ) !!}
{!! Form::label('no_answer', 'Did you help them fully about what they called about?', [ 'class' => 'form-label', 'for' => 'no_answer', ]) !!} *
answer_type == 1 ? 'checked' : '' }} />
answer_type == 0 ? 'checked' : '' }} />
{!! Form::label('question3_yes_answer', 'How did you help them, what did you do for them?', [ 'class' => 'form-label', 'for' => 'question3_yes_answer', ]) !!} * {!! Form::text( 'question3_yes_answer', Input::old('question3_yes_answer', isset($ticket) ? $ticket->question3_yes_answer : ''), [ 'id' => 'question3_yes_answer', 'class' => 'form-control', 'placeholder' => 'How did you help them, what did you do for them?', ], ) !!}
{!! Form::label('question3_no_answer1', 'Reason for creating ticket?', [ 'class' => 'form-label', 'for' => 'question3_no_answer1', ]) !!} * {!! Form::text( 'question3_no_answer1', Input::old('question3_no_answer1', isset($ticket) ? $ticket->question3_no_answer1 : ''), [ 'id' => 'question3_no_answer1', 'class' => 'form-control', 'placeholder' => 'Reason for creating ticket?', ], ) !!}
*
@if (isset($ticket->id)) @else @endif Cancel