{!! Form::label('name', __('Name')) !!}

{{ $dT1Country->name }}

{!! Form::label('iso_code', __('Iso Code')) !!}

{{ $dT1Country->iso_code }}

{!! Form::label('regions', __('Regions')) !!}

{{ $dT1Country->regions }}

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

{{ $dT1Country->note }}

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

{{ $dT1Country->created_by }}

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

{{ $dT1Country->updated_by }}

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

{{ $dT1Country->created_at }}

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

{{ $dT1Country->updated_at }}