{!! Form::label('main_id', __('Main Id')) !!}

{{ $dT1Operator->main_id }}

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

{{ $dT1Operator->name }}

{!! Form::label('country', __('Country')) !!}

{{ $dT1Operator->country }}

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

{{ $dT1Operator->regions }}

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

{{ $dT1Operator->note }}

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

{{ $dT1Operator->created_by }}

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

{{ $dT1Operator->updated_by }}

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

{{ $dT1Operator->created_at }}

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

{{ $dT1Operator->updated_at }}