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

{{ $grupoSecciones->id }}

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

{{ $grupoSecciones->nombre }}

{!! Form::label('clave', 'Clave:') !!}

{{ $grupoSecciones->clave }}

{!! Form::label('direccion', 'Dirección:') !!}

{{ $grupoSecciones->direccion }}

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

{{ $grupoSecciones->created_at }}

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

{{ $grupoSecciones->updated_at }}

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

{{ $grupoSecciones->deleted_at }}

{!! Form::label('agencia_id', 'Id de agencia:') !!}

{{ $grupoSecciones->agencia_id }}