{!! Form::label('countryCode', __('Countrycode')) !!} {!! Form::text('countryCode', null, ['class' => 'form-control','placeholder' => 'Countrycode','required']) !!}
{!! Form::label('countryName', __('Countryname')) !!} {!! Form::text('countryName', null, ['class' => 'form-control','placeholder' => 'Countryname','required']) !!}
{!! Form::label('internationalCountryCode', __('Internationalcountrycode')) !!} {!! Form::textarea('internationalCountryCode', null, ['class' => 'form-control','placeholder' => 'Internationalcountrycode','rows'=>'2','required']) !!}
{!! Form::label('numberLength', __('Numberlength')) !!} {!! Form::textarea('numberLength', null, ['class' => 'form-control','placeholder' => 'Numberlength','rows'=>'2','required']) !!}
{!! Form::label('note', __('Note')) !!} {!! Form::textarea('note', null, ['class' => 'form-control','placeholder' => 'Note','rows'=>'2','required']) !!}
{!! Form::label('created_by', __('Created By')) !!} {!! Form::number('created_by', null, ['class' => 'form-control','placeholder' => 'Created By','step'=>'any','required']) !!}
{!! Form::label('updated_by', __('Updated By')) !!} {!! Form::number('updated_by', null, ['class' => 'form-control','placeholder' => 'Updated By','step'=>'any','required']) !!}

{{ Form::button(' '.__('Submit'), ['type' => 'submit', 'class' => 'btn btn-primary '] ) }} {{ __("Cancel") }}
{{-- @include('includes.ckeditor') --}}