@if(isset($PAGE_CONTENT['response']) && !empty($PAGE_CONTENT['response']) && $PAGE_CONTENT['response'] != '[]')
{!! $PAGE_CONTENT['response'] !!}
@endif
{!! Form::open(['method' => 'post','class'=>'complaint_form','id'=>'complaint_form','files' => true]) !!}
{{ Form::hidden('type', $type, array('id' => 'type_id')) }}
Your Name *
{!! Form::text('first_name', old('first_name'), array('id'=>'first_name', 'class'=>'form-control ac-input', 'id'=>'first_name', 'maxlength'=>'60', 'onpaste'=>'return false;', 'ondrop'=>'return false;')) !!}
@if ($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
Your Email Address *
{!! Form::text('complaint_email', old('complaint_email'), array('id'=>'complaint_email', 'class'=>'form-control ac-input', 'spellcheck'=>'true','autocomplete'=>'off','maxlength'=>'255', 'onpaste'=>'return false;', 'ondrop'=>'return false;')) !!}
@if ($errors->has('complaint_email'))
{{ $errors->first('complaint_email') }}
@endif
Your Telephone Number *
{!! Form::text('complaint_phoneno', old('complaint_phoneno'), array('id'=>'complaint_phoneno', 'class'=>'form-control ac-input', 'spellcheck'=>'true','autocomplete'=>'off','maxlength'=>'255', 'onpaste'=>'return false;', 'ondrop'=>'return false;','onkeypress'=>'javascript: return KeycheckOnlyPhonenumber(event);')) !!}
@if ($errors->has('complaint_phoneno'))
{{ $errors->first('complaint_phoneno') }}
@endif
Your PO Box & Physical Address *
{!! Form::textarea('complaint_pobox', old('complaint_pobox'), array('id'=>'complaint_pobox','rows'=>'4', 'class'=>'form-control ac-textarea', 'spellcheck'=>'true','autocomplete'=>'off','maxlength'=>'600', 'onpaste'=>'return false;', 'ondrop'=>'return false;')) !!}
@if ($errors->has('complaint_pobox'))
{{ $errors->first('complaint_pobox') }}
@endif
Company Complained Against *
Select Company
@if(!empty($companylist) && count($companylist) > 0)
@foreach($companylist as $company)
{{ $company->varTitle }}
@endforeach
@endif
@if ($errors->has('company_name'))
{{ $errors->first('company_name') }}
@endif
Full details of complaint *
{!! Form::textarea('complaint_details', old('complaint_details'), array('id'=>'complaint_details', 'class'=>'form-control ac-textarea', 'rows'=>'4', 'spellcheck'=>'true','autocomplete'=>'off','maxlength'=>'600', 'onpaste'=>'return false;', 'ondrop'=>'return false;')) !!}
@if ($errors->has('complaint_details'))
{{ $errors->first('complaint_details') }}
@endif
Response by Company *
{!! Form::textarea('complaint_cresponse', old('complaint_cresponse'), array('id'=>'complaint_cresponse', 'class'=>'form-control ac-textarea', 'rows'=>'4', 'spellcheck'=>'true','autocomplete'=>'off','maxlength'=>'600', 'onpaste'=>'return false;', 'ondrop'=>'return false;')) !!}
@if ($errors->has('complaint_cresponse'))
{{ $errors->first('complaint_cresponse') }}
@endif
Note: Further information can be submitted directly to complaints@ofreg.ky.