@if(!Request::ajax()) @extends('layouts.app') @section('content') @include('layouts.inner_banner') @endif @if(!Request::ajax())
@include('layouts.share-email-print')
@include('complaint-services::frontview.complaint-services-left-panel')
@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')) }}
{!! 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
{!! 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
{!! 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
{!! 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
@if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if ($errors->has('date_complaint')) {{ $errors->first('date_complaint') }} @endif
{!! 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
{!! 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
You can upload maximum 5 document(s) having the extension *.pdf, *.doc,*.docx and all files together must not exceed 10 MB. @if ($errors->has('file')) {{ $errors->first('file') }} @endif
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
Note: Further information can be submitted directly to complaints@ofreg.ky.
{!! Form::close() !!}
@endif @if(!Request::ajax()) @section('footer_scripts') @endsection @endsection @endif