{!! Form::label('CountryIso', __('Countryiso')) !!}
{!! Form::text('CountryIso', null, ['class' => 'form-control','placeholder' => 'Countryiso','required']) !!}
{!! Form::label('CountryName', __('Countryname')) !!}
{!! Form::text('CountryName', null, ['class' => 'form-control','placeholder' => 'Countryname','required']) !!}
{!! Form::label('InternationalDialingInformation', __('Internationaldialinginformation')) !!}
{!! Form::textarea('InternationalDialingInformation', null, ['class' => 'form-control','placeholder' => 'Internationaldialinginformation','rows'=>'2','required']) !!}
{!! Form::label('RegionCodes', __('Regioncodes')) !!}
{!! Form::textarea('RegionCodes', null, ['class' => 'form-control','placeholder' => 'Regioncodes','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']) !!}
{{-- @include('includes.ckeditor') --}}