{!! Form::label('countryCode', __('Countrycode')) !!}

{{ $prepaynationCountry->countryCode }}

{!! Form::label('countryName', __('Countryname')) !!}

{{ $prepaynationCountry->countryName }}

{!! Form::label('internationalCountryCode', __('Internationalcountrycode')) !!}

{{ $prepaynationCountry->internationalCountryCode }}

{!! Form::label('numberLength', __('Numberlength')) !!}

{{ $prepaynationCountry->numberLength }}

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

{{ $prepaynationCountry->note }}

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

{{ $prepaynationCountry->created_by }}

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

{{ $prepaynationCountry->updated_by }}

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

{{ $prepaynationCountry->created_at }}

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

{{ $prepaynationCountry->updated_at }}