{!! Form::label('id', 'Id:') !!}

{!! $territorio->id !!}

{!! Form::label('nombre', 'Nombre:') !!}

{!! $territorio->nombre !!}

{!! Form::label('created_at', 'Fecha de creación:') !!}

{!! $territorio->created_at !!}

{!! Form::label('updated_at', 'Fecha de actualización:') !!}

{!! $territorio->updated_at !!}

{!! Form::label('deleted_at', 'Fecha de eliminación:') !!}

{!! $territorio->deleted_at !!}