{!! Form::label('id', 'Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $optionGroup->id !!}

{!! Form::label('name', 'Name:', ['class' => 'col-3 control-label text-right']) !!}

{!! $optionGroup->name !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $optionGroup->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $optionGroup->updated_at !!}