{{--
--}}
{!! Form::open(array('url' => 'addPotentialClient','id'=>'updateForm', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!} {{-- --}}
{!! Form::label('issueDate', 'Issue Date :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('issueDate', null, ['class' => 'form-control', 'id' => 'issueDate', 'type' => 'date', 'readonly']) !!}

{!! Form::label('clientName', 'Client Name :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('clientName', null, ['class' => 'form-control', 'id' => 'clientName', 'type' => 'text', 'readonly']) !!}

{!! Form::label('productName', 'Product Name :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('productName', null, ['class' => 'form-control', 'id' => 'productName', 'type' => 'text', 'readonly']) !!}

{!! Form::label('regularSupportPerson', 'Regular Person :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('regularSupportPerson', null, ['class' => 'form-control', 'id' => 'regularSupportPerson', 'type' => 'text', 'readonly']) !!}

{!! Form::label('supportPerson', 'Support Person :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('supportPerson', null, ['class' => 'form-control', 'id' => 'supportPerson', 'type' => 'text', 'readonly']) !!}

{!! Form::label('issue', 'Issue :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::textarea('issue', null, ['class' => 'form-control', 'id' => 'issue', 'readonly']) !!}

{{-- Related Issue --}} {{--
Related Issue List :

--}} {{ csrf_field() }}
SL# Date Title Description Status



{{-- End Related Issue --}}
{!! Form::label('issueCreatedBy', 'Issue Create :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('issueCreatedBy', null, ['class' => 'form-control', 'id' => 'issueCreatedBy', 'type' => 'text', 'readonly']) !!}

{!! Form::label('source', 'Source :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('source', null, ['class'=>'form-control', 'id' => 'source', 'readonly']) !!}


{!! Form::label('solution', 'Solution :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::textarea('solution', $value = null, ['class' => 'form-control', 'id' => 'solution', 'placeholder' => 'Enter Solution', 'readonly']) !!}

{!! Form::label('solutionDate', 'Solution Date :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('solutionDate', null, ['class' => 'form-control', 'id' => 'solutionDate', 'type' => 'date', 'readonly']) !!}

{!! Form::label('issueSolutionBy', 'Issue Solution By :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('issueSolutionBy', null, ['class' => 'form-control', 'id' => 'issueSolutionBy', 'type' => 'text', 'readonly']) !!}

{!! Form::label('operationsAssignDate', 'Operation Assign Date :', ['class' => 'col-sm-3 control-label', 'readonly']) !!}
{!! Form::label('operationsComment', 'Operation Comment :', ['class' => 'col-sm-3 control-label', 'readonly']) !!}
{!! Form::textarea('operationsComment',$value = null, ['class' => 'form-control', 'placeholder' => 'Enter Operation Comments', 'readonly']) !!}

{!! Form::label('expectedDate', 'Expected Date :', ['class' => 'col-sm-3 control-label', 'readonly']) !!}
{!! Form::label('comments', 'Comments :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::textarea('comments', $value = null, ['class' => 'form-control', 'id' => 'comments', 'placeholder' => 'Enter Comments or Remarks', 'readonly']) !!}

{!! Form::label('priority','Priority :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('priority', null, ['class' => 'form-control', 'readonly']) !!}


{!! Form::label('status','Status :', ['class' => 'col-sm-3 control-label', 'readonly']) !!}
{!! Form::text('status', null, ['class' => 'form-control', 'readonly']) !!}


{{-- --}}