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

{!! $nominaGenerales->id !!}

{!! Form::label('fecha_inicio', 'Fecha Inicio:') !!}

{!! $nominaGenerales->fecha_inicio !!}

{!! Form::label('fecha_fin', 'Fecha Fin:') !!}

{!! $nominaGenerales->fecha_fin !!}

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

{!! $nominaGenerales->nombre !!}

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

{!! $nominaGenerales->created_at !!}

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

{!! $nominaGenerales->updated_at !!}

{!! Form::label('deleted_at', 'Deleted At:') !!}

{!! $nominaGenerales->deleted_at !!}