{!! Form::label('RegionCode', __('Regioncode')) !!}
{!! Form::text('RegionCode', null, ['class' => 'form-control','placeholder' => 'Regioncode','required']) !!}
{!! Form::label('RegionName', __('Regionname')) !!}
{!! Form::text('RegionName', null, ['class' => 'form-control','placeholder' => 'Regionname','required']) !!}
{!! Form::label('CountryIso', __('Countryiso')) !!}
{!! Form::text('CountryIso', null, ['class' => 'form-control','placeholder' => 'Countryiso','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') --}}