{!! Form::label('RegionCode', __('Regioncode')) !!}

{{ $dingRegion->RegionCode }}

{!! Form::label('RegionName', __('Regionname')) !!}

{{ $dingRegion->RegionName }}

{!! Form::label('CountryIso', __('Countryiso')) !!}

{{ $dingRegion->CountryIso }}

{!! Form::label('note', __('Note')) !!}

{{ $dingRegion->note }}

{!! Form::label('created_by', __('Created By')) !!}

{{ $dingRegion->created_by }}

{!! Form::label('updated_by', __('Updated By')) !!}

{{ $dingRegion->updated_by }}

{!! Form::label('created_at', __('Created At')) !!}

{{ $dingRegion->created_at }}

{!! Form::label('updated_at', __('Updated At')) !!}

{{ $dingRegion->updated_at }}